diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edf606fc..17b82cbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# v9.49.2 (Fri Jul 31 2020) + +#### 🐛 Bug Fix + +- `@auto-it/npm` + - don't prefix tags in lerna independent mode [#1427](https://github.com/intuit/auto/pull/1427) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 📝 Documentation + +- `@auto-it/npm` + - add docs about running lengthy builds during publish [#1420](https://github.com/intuit/auto/pull/1420) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- [Security] Bump elliptic from 6.4.1 to 6.5.3 [#1417](https://github.com/intuit/auto/pull/1417) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- update ignite [#1421](https://github.com/intuit/auto/pull/1421) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.49.1 (Wed Jul 29 2020) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 3bb218af9..632753277 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -13,7 +13,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/v9.49.1/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.49.2/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 11ccd3dd4..c2039d827 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,19 @@ +# v9.49.2 (Fri Jul 31 2020) + +#### 📝 Documentation + +- add docs about running lengthy builds during publish [#1420](https://github.com/intuit/auto/pull/1420) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- update ignite [#1421](https://github.com/intuit/auto/pull/1421) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.49.1 (Wed Jul 29 2020) #### 🐛 Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 8f7a1ed2d..890a688b5 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,25 @@ +# v9.49.2 (Fri Jul 31 2020) + +#### 🐛 Bug Fix + +- don't prefix tags in lerna independent mode [#1427](https://github.com/intuit/auto/pull/1427) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- don't prefix tags in lerna independent mode ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- add note to npm readme ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 📝 Documentation + +- add docs about running lengthy builds during publish [#1420](https://github.com/intuit/auto/pull/1420) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- update ignite [#1421](https://github.com/intuit/auto/pull/1421) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.49.1 (Wed Jul 29 2020) #### 🐛 Bug Fix