From ebcb79724fc004be020e59cbe2fae1e4b0a7b38e Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Tue, 8 Sep 2020 16:43:36 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/gradle/CHANGELOG.md | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7f6f3b9..0b5589868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.53.1 (Tue Sep 08 2020) + +#### 🐛 Bug Fix + +- `@auto-it/gradle` + - remove log from beforeRun so `version` command only prints version [#1520](https://github.com/intuit/auto/pull/1520) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.53.0 (Tue Sep 08 2020) :tada: This release contains work from a new contributor! :tada: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index d648577d2..5e25e2f27 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.53.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.53.1/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index 1422de537..338778852 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.53.1 (Tue Sep 08 2020) + +#### 🐛 Bug Fix + +- remove log from beforeRun so `version` command only prints version [#1520](https://github.com/intuit/auto/pull/1520) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- remove log from beforeRun so `version` command only prints version ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.50.12 (Thu Aug 20 2020) :tada: This release contains work from a new contributor! :tada: