diff --git a/CHANGELOG.md b/CHANGELOG.md index 666c98e21..1d18697da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v11.0.2 (Wed Sep 06 2023) + +#### 🐛 Bug Fix + +- `@auto-it/core` + - Fix release creation on oldVersions [#2391](https://github.com/intuit/auto/pull/2391) ([@jBouyoud](https://github.com/jBouyoud)) + - fix(core): fix configuration extends overrides order [#2387](https://github.com/intuit/auto/pull/2387) ([@jBouyoud](https://github.com/jBouyoud)) + - fix: allow pr check on old version branches [#2388](https://github.com/intuit/auto/pull/2388) ([@jBouyoud](https://github.com/jBouyoud)) +- `@auto-it/protected-branch` + - fix: open release PR on current branch instead of base [#2389](https://github.com/intuit/auto/pull/2389) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v11.0.1 (Thu Aug 10 2023) :tada: This release contains work from new contributors! :tada: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 4374d44e3..72b263e6a 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/v11.0.1/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.2/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3989230c8..0d901c46a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,21 @@ +# v11.0.2 (Wed Sep 06 2023) + +#### 🐛 Bug Fix + +- Fix release creation on oldVersions [#2391](https://github.com/intuit/auto/pull/2391) ([@jBouyoud](https://github.com/jBouyoud)) +- fix: open release PR on current branch instead of base [#2389](https://github.com/intuit/auto/pull/2389) ([@jBouyoud](https://github.com/jBouyoud)) +- fix(core): fix configuration extends overrides order [#2387](https://github.com/intuit/auto/pull/2387) ([@jBouyoud](https://github.com/jBouyoud)) +- fix: allow pr check on old version branches [#2388](https://github.com/intuit/auto/pull/2388) ([@jBouyoud](https://github.com/jBouyoud)) +- fix: create a non latest release when working on oldVersions ([@jBouyoud](https://github.com/jBouyoud)) +- fix: allow pr check on old version branches ([@jBouyoud](https://github.com/jBouyoud)) +- fix(core): fix configuration extends overrides order ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.46.0 (Wed Apr 26 2023) ### Release Notes diff --git a/plugins/protected-branch/CHANGELOG.md b/plugins/protected-branch/CHANGELOG.md index 9d70a275f..4d11a7342 100644 --- a/plugins/protected-branch/CHANGELOG.md +++ b/plugins/protected-branch/CHANGELOG.md @@ -1,3 +1,17 @@ +# v11.0.2 (Wed Sep 06 2023) + +#### 🐛 Bug Fix + +- Fix release creation on oldVersions [#2391](https://github.com/intuit/auto/pull/2391) ([@jBouyoud](https://github.com/jBouyoud)) +- fix: open release PR on current branch instead of base [#2389](https://github.com/intuit/auto/pull/2389) ([@jBouyoud](https://github.com/jBouyoud)) +- fix: open release PR on current branch instead of base ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v11.0.1 (Thu Aug 10 2023) :tada: This release contains work from a new contributor! :tada: