From 9e68bad7a428e0a902a764e5fb7dde83938eb7dc Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Fri, 15 Jul 2022 14:11:42 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/maven/CHANGELOG.md | 16 ++++++++++++++++ plugins/version-file/CHANGELOG.md | 13 +++++++++++++ 4 files changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134b03e1b..c06c67167 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index fbf668ded..3fee285fb 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -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 ``` diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index 33ea32798..16524e4a3 100644 --- a/plugins/maven/CHANGELOG.md +++ b/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: diff --git a/plugins/version-file/CHANGELOG.md b/plugins/version-file/CHANGELOG.md index b23e2658e..effa5edbf 100644 --- a/plugins/version-file/CHANGELOG.md +++ b/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: