diff --git a/CHANGELOG.md b/CHANGELOG.md index 586374842..558d4f4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.24.3 (Thu Apr 08 2021) + +#### 🐛 Bug Fix + +- `@auto-it/npm` + - Prefer npx over yarn for running lerna commands [#1936](https://github.com/intuit/auto/pull/1936) ([@zephraph](https://github.com/zephraph)) + +#### Authors: 1 + +- Justin Bennett ([@zephraph](https://github.com/zephraph)) + +--- + # v10.24.2 (Thu Apr 08 2021) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index db7a8dafd..a12edbda4 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.24.2/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.24.3/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 eadfdbc76..77cb75441 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.24.3 (Thu Apr 08 2021) + +#### 🐛 Bug Fix + +- Prefer npx over yarn for running lerna commands [#1936](https://github.com/intuit/auto/pull/1936) ([@zephraph](https://github.com/zephraph)) + +#### Authors: 1 + +- Justin Bennett ([@zephraph](https://github.com/zephraph)) + +--- + # v10.24.1 (Mon Mar 29 2021) #### 🐛 Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index b3a4776c0..205638600 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,17 @@ +# v10.24.3 (Thu Apr 08 2021) + +#### 🐛 Bug Fix + +- Prefer npx over yarn for running lerna commands [#1936](https://github.com/intuit/auto/pull/1936) ([@zephraph](https://github.com/zephraph)) +- Fix tests referencing yarn ([@zephraph](https://github.com/zephraph)) +- Prefer npx over yarn for running lerna commands ([@zephraph](https://github.com/zephraph)) + +#### Authors: 1 + +- Justin Bennett ([@zephraph](https://github.com/zephraph)) + +--- + # v10.24.1 (Mon Mar 29 2021) #### 🐛 Bug Fix