From f1990650966709bc6c7a0091831dce02325c3c2b Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Tue, 6 Oct 2020 14:42:06 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/bot-list/CHANGELOG.md | 13 +++++++++++++ packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/core/CHANGELOG.md | 12 ++++++++++++ plugins/all-contributors/CHANGELOG.md | 12 ++++++++++++ plugins/brew/CHANGELOG.md | 12 ++++++++++++ plugins/chrome/CHANGELOG.md | 12 ++++++++++++ plugins/cocoapods/CHANGELOG.md | 12 ++++++++++++ plugins/conventional-commits/CHANGELOG.md | 12 ++++++++++++ plugins/crates/CHANGELOG.md | 12 ++++++++++++ plugins/docker/CHANGELOG.md | 12 ++++++++++++ plugins/exec/CHANGELOG.md | 12 ++++++++++++ plugins/first-time-contributor/CHANGELOG.md | 12 ++++++++++++ plugins/gem/CHANGELOG.md | 12 ++++++++++++ plugins/gh-pages/CHANGELOG.md | 12 ++++++++++++ plugins/git-tag/CHANGELOG.md | 12 ++++++++++++ plugins/gradle/CHANGELOG.md | 12 ++++++++++++ plugins/jira/CHANGELOG.md | 12 ++++++++++++ plugins/maven/CHANGELOG.md | 12 ++++++++++++ plugins/npm/CHANGELOG.md | 12 ++++++++++++ plugins/omit-commits/CHANGELOG.md | 12 ++++++++++++ plugins/omit-release-notes/CHANGELOG.md | 12 ++++++++++++ plugins/pr-body-labels/CHANGELOG.md | 12 ++++++++++++ plugins/released/CHANGELOG.md | 12 ++++++++++++ plugins/s3/CHANGELOG.md | 12 ++++++++++++ plugins/slack/CHANGELOG.md | 12 ++++++++++++ plugins/twitter/CHANGELOG.md | 12 ++++++++++++ plugins/upload-assets/CHANGELOG.md | 12 ++++++++++++ 29 files changed, 339 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e77906e35..317619cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- `@auto-it/bot-list` + - add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.4 (Tue Oct 06 2020) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index dc68285d7..fc6022193 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.4/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.54.5/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/bot-list/CHANGELOG.md b/packages/bot-list/CHANGELOG.md index 4e5efb71a..cd584654e 100644 --- a/packages/bot-list/CHANGELOG.md +++ b/packages/bot-list/CHANGELOG.md @@ -1,3 +1,16 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- add invalid-email-address to botlist ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.40.3 (Wed Jun 24 2020) #### 🐛 Bug Fix diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2414bc731..9b8778023 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 694b55c06..e1b517aab 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.1 (Mon Oct 05 2020) #### 🐛 Bug Fix diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index a303ea8a6..556d8b710 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.2 (Mon Oct 05 2020) #### 🐛 Bug Fix diff --git a/plugins/brew/CHANGELOG.md b/plugins/brew/CHANGELOG.md index 76eb5aee6..2c0fdd724 100644 --- a/plugins/brew/CHANGELOG.md +++ b/plugins/brew/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/chrome/CHANGELOG.md b/plugins/chrome/CHANGELOG.md index 5c5d678f1..32d99265f 100644 --- a/plugins/chrome/CHANGELOG.md +++ b/plugins/chrome/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/cocoapods/CHANGELOG.md b/plugins/cocoapods/CHANGELOG.md index 3b801c0b5..270bc26a4 100644 --- a/plugins/cocoapods/CHANGELOG.md +++ b/plugins/cocoapods/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/conventional-commits/CHANGELOG.md b/plugins/conventional-commits/CHANGELOG.md index 0f7a5f1bd..f58475358 100644 --- a/plugins/conventional-commits/CHANGELOG.md +++ b/plugins/conventional-commits/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/crates/CHANGELOG.md b/plugins/crates/CHANGELOG.md index 9622672c1..3ffedf319 100644 --- a/plugins/crates/CHANGELOG.md +++ b/plugins/crates/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index 805b85881..4f25c2b90 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/exec/CHANGELOG.md b/plugins/exec/CHANGELOG.md index 833f2de15..27f647e42 100644 --- a/plugins/exec/CHANGELOG.md +++ b/plugins/exec/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index 3bc229010..f96a11b3e 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 6635c0186..e7bc2fcb2 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index f9e236be5..2f786af17 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/git-tag/CHANGELOG.md b/plugins/git-tag/CHANGELOG.md index 4a14428e9..8cfd2603d 100644 --- a/plugins/git-tag/CHANGELOG.md +++ b/plugins/git-tag/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.4 (Tue Oct 06 2020) #### 🐛 Bug Fix diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index dae92b337..835c7a762 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index 2de44653a..3d24a792f 100644 --- a/plugins/jira/CHANGELOG.md +++ b/plugins/jira/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index 9cea6a5a5..aefc3ced5 100644 --- a/plugins/maven/CHANGELOG.md +++ b/plugins/maven/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 7eb9b1d3b..bafff0061 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🐛 Bug Fix diff --git a/plugins/omit-commits/CHANGELOG.md b/plugins/omit-commits/CHANGELOG.md index 01943d397..cc74e905c 100644 --- a/plugins/omit-commits/CHANGELOG.md +++ b/plugins/omit-commits/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/omit-release-notes/CHANGELOG.md b/plugins/omit-release-notes/CHANGELOG.md index be5d64d81..861dc73dd 100644 --- a/plugins/omit-release-notes/CHANGELOG.md +++ b/plugins/omit-release-notes/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/pr-body-labels/CHANGELOG.md b/plugins/pr-body-labels/CHANGELOG.md index 5b37b4989..a1899f805 100644 --- a/plugins/pr-body-labels/CHANGELOG.md +++ b/plugins/pr-body-labels/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🚀 Enhancement diff --git a/plugins/released/CHANGELOG.md b/plugins/released/CHANGELOG.md index bd56e7059..2d78dad6d 100644 --- a/plugins/released/CHANGELOG.md +++ b/plugins/released/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/s3/CHANGELOG.md b/plugins/s3/CHANGELOG.md index 0059eb445..6612214fb 100644 --- a/plugins/s3/CHANGELOG.md +++ b/plugins/s3/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index a61c8ce76..85e2530e8 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.3 (Tue Oct 06 2020) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/twitter/CHANGELOG.md b/plugins/twitter/CHANGELOG.md index b0718e477..f9fad7057 100644 --- a/plugins/twitter/CHANGELOG.md +++ b/plugins/twitter/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates diff --git a/plugins/upload-assets/CHANGELOG.md b/plugins/upload-assets/CHANGELOG.md index 9ba1bea26..3cf9f923f 100644 --- a/plugins/upload-assets/CHANGELOG.md +++ b/plugins/upload-assets/CHANGELOG.md @@ -1,3 +1,15 @@ +# v9.54.5 (Tue Oct 06 2020) + +#### 🐛 Bug Fix + +- add invalid-email-address to botlist [#1569](https://github.com/intuit/auto/pull/1569) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v9.54.0 (Thu Oct 01 2020) #### 🔩 Dependency Updates