diff --git a/CHANGELOG.md b/CHANGELOG.md index fd504836c..22ab2a40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# v10.29.3 (Tue Jun 08 2021) + +#### 🐛 Bug Fix + +- `@auto-it/npm` + - Revert #1997 [#2010](https://github.com/intuit/auto/pull/2010) (praxis@target.com [@10hendersonm](https://github.com/10hendersonm)) + - fix(npm): Prevents canary releases with double dashed version numbers [#1997](https://github.com/intuit/auto/pull/1997) ([@10hendersonm](https://github.com/10hendersonm)) + +#### 📝 Documentation + +- Fix broken link to /generated/omit-commits [#2001](https://github.com/intuit/auto/pull/2001) ([@hasparus](https://github.com/hasparus)) + +#### Authors: 3 + +- Marty Henderson ([@10hendersonm](https://github.com/10hendersonm)) +- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus)) +- Vela CI (praxis@target.com) + +--- + # v10.29.2 (Tue May 25 2021) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index b7871e7aa..aa787e23f 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.29.2/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.29.3/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 5aaedaa08..30b13fe02 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,17 @@ +# v10.29.3 (Tue Jun 08 2021) + +#### 🐛 Bug Fix + +- Revert #1997 [#2010](https://github.com/intuit/auto/pull/2010) (praxis@target.com [@10hendersonm](https://github.com/10hendersonm)) +- fix(npm): Prevents canary releases with double dashed version numbers [#1997](https://github.com/intuit/auto/pull/1997) ([@10hendersonm](https://github.com/10hendersonm)) + +#### Authors: 2 + +- Marty Henderson ([@10hendersonm](https://github.com/10hendersonm)) +- Vela CI (praxis@target.com) + +--- + # v10.29.1 (Tue May 25 2021) #### 🐛 Bug Fix