From 23ad0e6b7d368aae6db429037c9be700a3ebc39b Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 15 Oct 2020 10:47:16 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/gh-pages/CHANGELOG.md | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c313a83b..17670c996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.59.1 (Thu Oct 15 2020) + +#### 🐛 Bug Fix + +- `@auto-it/gh-pages` + - Add better verbose logging in gh-pages plugin [#1591](https://github.com/intuit/auto/pull/1591) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.59.0 (Wed Oct 14 2020) #### 🚀 Enhancement diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 1f96b25d5..3d0403683 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.59.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.59.1/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index 3dce9357f..636c344f2 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.59.1 (Thu Oct 15 2020) + +#### 🐛 Bug Fix + +- Add better verbose logging in gh-pages plugin [#1591](https://github.com/intuit/auto/pull/1591) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Add better verbose logging in gh-pages plugin ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.59.0 (Wed Oct 14 2020) #### 🚀 Enhancement