From bd09bd03dfd6dacbec83a5a61a8f2a3b429f9fec Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 8 Oct 2020 14:25:31 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 22 +++++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/all-contributors/CHANGELOG.md | 30 +++++++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8b0d8c1..fa8df4acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# v9.57.0 (Thu Oct 08 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)), for all your work! + +#### πŸš€ Enhancement + +- `@auto-it/all-contributors` + - auto generate contributors if a contributors list exists but none are… [#1575](https://github.com/intuit/auto/pull/1575) ([@kendallgassner](https://github.com/kendallgassner) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### πŸ“ Documentation + +- add noVersionPrefix to docs [#1577](https://github.com/intuit/auto/pull/1577) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)) + +--- + # v9.56.0 (Thu Oct 08 2020) #### πŸš€ Enhancement diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index ebcde00b8..36cfc8dc5 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.56.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.57.0/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index 966d4f499..16830b46c 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,33 @@ +# v9.57.0 (Thu Oct 08 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)), for all your work! + +#### πŸš€ Enhancement + +- auto generate contributors if a contributors list exists but none are… [#1575](https://github.com/intuit/auto/pull/1575) ([@kendallgassner](https://github.com/kendallgassner) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### πŸ› Bug Fix + +- format code ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- adding config.contributors ([@kendallgassner](https://github.com/kendallgassner)) +- move promise all into function ([@kendallgassner](https://github.com/kendallgassner)) +- lint fixes ([@kendallgassner](https://github.com/kendallgassner)) +- cleaning up format and reorganizing code ([@kendallgassner](https://github.com/kendallgassner)) +- auto generate contributors if a contributors list exists but none are displayed yet ([@kendallgassner](https://github.com/kendallgassner)) + +#### πŸ“ Documentation + +- add noVersionPrefix to docs [#1577](https://github.com/intuit/auto/pull/1577) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)) + +--- + # v9.55.0 (Wed Oct 07 2020) #### πŸš€ Enhancement