diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e31edbb..c53525744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.6 (Thu Mar 11 2021) + +#### 🐛 Bug Fix + +- `@auto-it/npm` + - wrap canary identifier in quotes so terminal understands it's an argument to the --preid flag [#1864](https://github.com/intuit/auto/pull/1864) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.18.5 (Thu Mar 11 2021) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index f9dc95129..933cf2ef0 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.18.5/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.18.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 0507a7d83..1562f57ed 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.18.6 (Thu Mar 11 2021) + +#### 🐛 Bug Fix + +- wrap canary identifier in quotes so terminal understands it's an argument to the --preid flag [#1864](https://github.com/intuit/auto/pull/1864) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.17.0 (Tue Mar 02 2021) #### 🚀 Enhancement diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 2c824825e..86b54cb89 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,17 @@ +# v10.18.6 (Thu Mar 11 2021) + +#### 🐛 Bug Fix + +- wrap canary identifier in quotes so terminal understands it's an argument to the --preid flag [#1864](https://github.com/intuit/auto/pull/1864) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- fix lerna independent canary preid ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- wrap canary identifier in quotes so terminal understands it's an argument to the --preid flag ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.17.0 (Tue Mar 02 2021) #### 🚀 Enhancement