diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a41f031f..ba367e649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.26.1 (Mon May 03 2021) + +#### 🐛 Bug Fix + +- `@auto-it/core` + - add noDefaultLabels config option to the globalOptions type [#1971](https://github.com/intuit/auto/pull/1971) ([@laughedelic](https://github.com/laughedelic)) + +#### Authors: 1 + +- Alexey Alekhin ([@laughedelic](https://github.com/laughedelic)) + +--- + # v10.26.0 (Wed Apr 28 2021) #### 🚀 Enhancement diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index f134f08eb..1327f949f 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.26.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.26.1/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 6cd83c57b..645c55a6c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.26.1 (Mon May 03 2021) + +#### 🐛 Bug Fix + +- add noDefaultLabels config option to the globalOptions type [#1971](https://github.com/intuit/auto/pull/1971) ([@laughedelic](https://github.com/laughedelic)) +- add noDefaultLabels config option to the globalOptions type ([@laughedelic](https://github.com/laughedelic)) + +#### Authors: 1 + +- Alexey Alekhin ([@laughedelic](https://github.com/laughedelic)) + +--- + # v10.26.0 (Wed Apr 28 2021) :tada: This release contains work from a new contributor! :tada: