Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jan 20, 2022
1 parent 6159c24 commit 9b86f19
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.32.6 (Thu Jan 20 2022)

#### 🐛 Bug Fix

- `@auto-it/sbt`
- sbt: Avoid clobbering unrelated version settings [#2067](https://github.com/intuit/auto/pull/2067) ([@torkjel](https://github.com/torkjel))

#### Authors: 1

- Torkjel Hongve ([@torkjel](https://github.com/torkjel))

---

# v10.32.5 (Fri Dec 10 2021)

:tada: This release contains work from a new contributor! :tada:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex

```bash
# Download a platform specific version of auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.32.5/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.32.6/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
18 changes: 18 additions & 0 deletions plugins/sbt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v10.32.6 (Thu Jan 20 2022)

:tada: This release contains work from a new contributor! :tada:

Thank you, Torkjel Hongve ([@torkjel](https://github.com/torkjel)), for all your work!

#### 🐛 Bug Fix

- sbt: Avoid clobbering unrelated version settings [#2067](https://github.com/intuit/auto/pull/2067) ([@torkjel](https://github.com/torkjel))
- Fix tests ([@torkjel](https://github.com/torkjel))
- sbt: Avoid clobbering unrelated version settings ([@torkjel](https://github.com/torkjel))

#### Authors: 1

- Torkjel Hongve ([@torkjel](https://github.com/torkjel))

---

# v10.32.2 (Tue Oct 26 2021)

#### 🐛 Bug Fix
Expand Down

0 comments on commit 9b86f19

Please sign in to comment.