diff --git a/CHANGELOG.md b/CHANGELOG.md index 53346641b..06869c9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v9.55.0 (Wed Oct 07 2020) + +#### 🚀 Enhancement + +- `@auto-it/core`, `@auto-it/all-contributors` + - add dryRun to BeforeShipItContext [#1572](https://github.com/intuit/auto/pull/1572) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- `@auto-it/all-contributors` + - fix erroneous log [#1573](https://github.com/intuit/auto/pull/1573) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.6 (Wed Oct 07 2020) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index ad3e7268a..e8666170b 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/v9.54.6/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.55.0/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 e1b517aab..fa12f0e88 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,19 @@ +# v9.55.0 (Wed Oct 07 2020) + +#### 🚀 Enhancement + +- add dryRun to BeforeShipItContext [#1572](https://github.com/intuit/auto/pull/1572) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- add dryRun to BeforeShipItContext ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.5 (Tue Oct 06 2020) #### 🐛 Bug Fix diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index cb94a68ad..966d4f499 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,21 @@ +# v9.55.0 (Wed Oct 07 2020) + +#### 🚀 Enhancement + +- add dryRun to BeforeShipItContext [#1572](https://github.com/intuit/auto/pull/1572) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- fix erroneous log [#1573](https://github.com/intuit/auto/pull/1573) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- fix erroneous log ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- add dryRun to BeforeShipItContext ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.6 (Wed Oct 07 2020) #### 🐛 Bug Fix