diff --git a/CHANGELOG.md b/CHANGELOG.md index c53525744..eaea184bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.7 (Thu Mar 11 2021) + +#### 🐛 Bug Fix + +- `@auto-it/core`, `@auto-it/npm` + - don't include private packages in canary install list [#1866](https://github.com/intuit/auto/pull/1866) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.18.6 (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 933cf2ef0..63e21fb75 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.6/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.18.7/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 220da0f08..a12abb1d3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.7 (Thu Mar 11 2021) + +#### 🐛 Bug Fix + +- don't include private packages in canary install list [#1866](https://github.com/intuit/auto/pull/1866) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- don't include private packages in canary install list ([@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/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 86b54cb89..ed51b92e9 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.7 (Thu Mar 11 2021) + +#### 🐛 Bug Fix + +- don't include private packages in canary install list [#1866](https://github.com/intuit/auto/pull/1866) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- don't include private packages in canary install list ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.18.6 (Thu Mar 11 2021) #### 🐛 Bug Fix