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 Jul 15, 2022
1 parent b99c0e2 commit 9e68bad
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
# v10.37.2 (Fri Jul 15 2022)

#### 🐛 Bug Fix

- `@auto-it/version-file`
- Get correct next version when using onlyGraduateWithReleaseLabel [#2229](https://github.com/intuit/auto/pull/2229) ([@adierkens](https://github.com/adierkens))

#### 📝 Documentation

- `@auto-it/maven`
- Remove old references in maven instructions [#2226](https://github.com/intuit/auto/pull/2226) ([@sugarmanz](https://github.com/sugarmanz))

#### Authors: 2

- Adam Dierkens ([@adierkens](https://github.com/adierkens))
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))

---

# v10.37.1 (Thu May 26 2022)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
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.37.1/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.37.2/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
16 changes: 16 additions & 0 deletions plugins/maven/CHANGELOG.md
@@ -1,3 +1,19 @@
# v10.37.2 (Fri Jul 15 2022)

#### 🐛 Bug Fix

- fix: change old references in maven instructions ([@sugarmanz](https://github.com/sugarmanz))

#### 📝 Documentation

- Remove old references in maven instructions [#2226](https://github.com/intuit/auto/pull/2226) ([@sugarmanz](https://github.com/sugarmanz))

#### Authors: 1

- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))

---

# v10.36.6 (Fri May 20 2022)

:tada: This release contains work from a new contributor! :tada:
Expand Down
13 changes: 13 additions & 0 deletions plugins/version-file/CHANGELOG.md
@@ -1,3 +1,16 @@
# v10.37.2 (Fri Jul 15 2022)

#### 🐛 Bug Fix

- Get correct next version when using onlyGraduateWithReleaseLabel [#2229](https://github.com/intuit/auto/pull/2229) ([@adierkens](https://github.com/adierkens))
- Get correct next version when using onlyGraduateWithReleaseLabel shipit option ([@adierkens](https://github.com/adierkens))

#### Authors: 1

- Adam Dierkens ([@adierkens](https://github.com/adierkens))

---

# v10.33.0 (Fri May 20 2022)

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

0 comments on commit 9e68bad

Please sign in to comment.