diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ed9225a..ad80e214d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.6 (Thu Feb 22 2024) + +#### 🐛 Bug Fix + +- `@auto-it/npm` + - NPM: Fix lerna version erroring with unknown registry arg [#2421](https://github.com/intuit/auto/pull/2421) ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v11.0.5 (Thu Feb 22 2024) :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 0f9366905..3f4574497 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.5/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.6/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bfa2b8ac7..60662b871 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v11.0.6 (Thu Feb 22 2024) + +#### 🐛 Bug Fix + +- NPM: Fix lerna version erroring with unknown registry arg [#2421](https://github.com/intuit/auto/pull/2421) ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v11.0.5 (Thu Feb 22 2024) #### 🔩 Dependency Updates diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index f0a448366..24c45e2e5 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.6 (Thu Feb 22 2024) + +#### 🐛 Bug Fix + +- NPM: Fix lerna version erroring with unknown registry arg [#2421](https://github.com/intuit/auto/pull/2421) ([@jackw](https://github.com/jackw)) +- fix(npm): prevent lerna version erroring with unknown registry arg ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v11.0.5 (Thu Feb 22 2024) #### 🔩 Dependency Updates