From 83b7faa605012a0e3c90febc51276345459e36e6 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 22 Feb 2024 03:15:26 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 28 +++++++++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 13 ++++++++++ packages/core/CHANGELOG.md | 28 +++++++++++++++++++++ plugins/all-contributors/CHANGELOG.md | 13 ++++++++++ plugins/brew/CHANGELOG.md | 13 ++++++++++ plugins/chrome/CHANGELOG.md | 13 ++++++++++ plugins/cocoapods/CHANGELOG.md | 13 ++++++++++ plugins/conventional-commits/CHANGELOG.md | 13 ++++++++++ plugins/crates/CHANGELOG.md | 13 ++++++++++ plugins/docker/CHANGELOG.md | 13 ++++++++++ plugins/exec/CHANGELOG.md | 13 ++++++++++ plugins/first-time-contributor/CHANGELOG.md | 13 ++++++++++ plugins/gem/CHANGELOG.md | 13 ++++++++++ plugins/gh-pages/CHANGELOG.md | 13 ++++++++++ plugins/git-tag/CHANGELOG.md | 13 ++++++++++ plugins/gradle/CHANGELOG.md | 13 ++++++++++ plugins/jira/CHANGELOG.md | 13 ++++++++++ plugins/magic-zero/CHANGELOG.md | 13 ++++++++++ plugins/maven/CHANGELOG.md | 13 ++++++++++ plugins/microsoft-teams/CHANGELOG.md | 13 ++++++++++ plugins/npm/CHANGELOG.md | 13 ++++++++++ plugins/omit-commits/CHANGELOG.md | 13 ++++++++++ plugins/omit-release-notes/CHANGELOG.md | 13 ++++++++++ plugins/pr-body-labels/CHANGELOG.md | 13 ++++++++++ plugins/protected-branch/CHANGELOG.md | 13 ++++++++++ plugins/released/CHANGELOG.md | 13 ++++++++++ plugins/s3/CHANGELOG.md | 13 ++++++++++ plugins/sbt/CHANGELOG.md | 17 +++++++++++++ plugins/slack/CHANGELOG.md | 13 ++++++++++ plugins/twitter/CHANGELOG.md | 13 ++++++++++ plugins/upload-assets/CHANGELOG.md | 13 ++++++++++ plugins/version-file/CHANGELOG.md | 13 ++++++++++ plugins/vscode/CHANGELOG.md | 13 ++++++++++ 34 files changed, 464 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd72e721f..a2ed9225a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# v11.0.5 (Thu Feb 22 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +:heart: NiccolΓ² Olivieri Achille ([@Zweer](https://github.com/Zweer)) + +#### πŸ› Bug Fix + +- `@auto-it/core` + - Fixing git `2.43.0` max number issue #2425 [#2426](https://github.com/intuit/auto/pull/2426) ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +#### πŸ”© Dependency Updates + +- `@auto-it/sbt` + - Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +--- + # v11.0.4 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index a677c5d2f..0f9366905 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/v11.0.4/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.5/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ac24542a4..bfa2b8ac7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cbf7c5b66..6cee6677c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,31 @@ +# v11.0.5 (Thu Feb 22 2024) + +:tada: This release contains work from new contributors! :tada: + +Thanks for all your work! + +:heart: NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +:heart: NiccolΓ² Olivieri Achille ([@Zweer](https://github.com/Zweer)) + +#### πŸ› Bug Fix + +- Fixing git `2.43.0` max number issue #2425 [#2426](https://github.com/intuit/auto/pull/2426) ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) +- More timeout for the changelog test ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) +- Fixing git `2.43.0` max number issue #2425 ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 3 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- NiccolΓ² Olivieri Achille ([@NiccoloOlivieriAchille](https://github.com/NiccoloOlivieriAchille)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index 8c153e906..390d4e283 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/brew/CHANGELOG.md b/plugins/brew/CHANGELOG.md index eefcd8c44..61faa2775 100644 --- a/plugins/brew/CHANGELOG.md +++ b/plugins/brew/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/chrome/CHANGELOG.md b/plugins/chrome/CHANGELOG.md index b7f3843cb..54ffa41a4 100644 --- a/plugins/chrome/CHANGELOG.md +++ b/plugins/chrome/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/cocoapods/CHANGELOG.md b/plugins/cocoapods/CHANGELOG.md index bd583568e..d98cd18aa 100644 --- a/plugins/cocoapods/CHANGELOG.md +++ b/plugins/cocoapods/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/conventional-commits/CHANGELOG.md b/plugins/conventional-commits/CHANGELOG.md index 02d73a27c..ac0fed031 100644 --- a/plugins/conventional-commits/CHANGELOG.md +++ b/plugins/conventional-commits/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/crates/CHANGELOG.md b/plugins/crates/CHANGELOG.md index de0f82a97..2e9085e5c 100644 --- a/plugins/crates/CHANGELOG.md +++ b/plugins/crates/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index a64ced52a..624a488dc 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/exec/CHANGELOG.md b/plugins/exec/CHANGELOG.md index 2879dd052..90206afbf 100644 --- a/plugins/exec/CHANGELOG.md +++ b/plugins/exec/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index 04f307069..631dffe03 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 10022ad3c..ac863ec4e 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index 98a568fbb..a5ac22546 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/git-tag/CHANGELOG.md b/plugins/git-tag/CHANGELOG.md index 0e8968539..094cf09af 100644 --- a/plugins/git-tag/CHANGELOG.md +++ b/plugins/git-tag/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index 9bd6a09fd..40c79b847 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index a6f445392..a060f0c73 100644 --- a/plugins/jira/CHANGELOG.md +++ b/plugins/jira/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/magic-zero/CHANGELOG.md b/plugins/magic-zero/CHANGELOG.md index 6586aa0a2..ea2a96065 100644 --- a/plugins/magic-zero/CHANGELOG.md +++ b/plugins/magic-zero/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index a2889287b..5735b8d57 100644 --- a/plugins/maven/CHANGELOG.md +++ b/plugins/maven/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/microsoft-teams/CHANGELOG.md b/plugins/microsoft-teams/CHANGELOG.md index 38f0c811c..562a111a6 100644 --- a/plugins/microsoft-teams/CHANGELOG.md +++ b/plugins/microsoft-teams/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 901aeff3b..f0a448366 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/omit-commits/CHANGELOG.md b/plugins/omit-commits/CHANGELOG.md index eab9fce02..61e56266b 100644 --- a/plugins/omit-commits/CHANGELOG.md +++ b/plugins/omit-commits/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/omit-release-notes/CHANGELOG.md b/plugins/omit-release-notes/CHANGELOG.md index d1dd46b32..cd4b8190f 100644 --- a/plugins/omit-release-notes/CHANGELOG.md +++ b/plugins/omit-release-notes/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/pr-body-labels/CHANGELOG.md b/plugins/pr-body-labels/CHANGELOG.md index f24bf024a..1d311a00f 100644 --- a/plugins/pr-body-labels/CHANGELOG.md +++ b/plugins/pr-body-labels/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.4 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/protected-branch/CHANGELOG.md b/plugins/protected-branch/CHANGELOG.md index 2198ccdd7..812c187b0 100644 --- a/plugins/protected-branch/CHANGELOG.md +++ b/plugins/protected-branch/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/released/CHANGELOG.md b/plugins/released/CHANGELOG.md index c14c67426..afe985b67 100644 --- a/plugins/released/CHANGELOG.md +++ b/plugins/released/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/s3/CHANGELOG.md b/plugins/s3/CHANGELOG.md index cab6af8f6..bccd0642e 100644 --- a/plugins/s3/CHANGELOG.md +++ b/plugins/s3/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/sbt/CHANGELOG.md b/plugins/sbt/CHANGELOG.md index 43c331b6b..6fa563822 100644 --- a/plugins/sbt/CHANGELOG.md +++ b/plugins/sbt/CHANGELOG.md @@ -1,3 +1,20 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ› Bug Fix + +- Bump strip-ansi from 6.0.0 to 7.0.1 ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index 37be74308..9f028d728 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/twitter/CHANGELOG.md b/plugins/twitter/CHANGELOG.md index 4f465f81a..255ea3b40 100644 --- a/plugins/twitter/CHANGELOG.md +++ b/plugins/twitter/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/upload-assets/CHANGELOG.md b/plugins/upload-assets/CHANGELOG.md index 2cd7cdcdc..36fa83481 100644 --- a/plugins/upload-assets/CHANGELOG.md +++ b/plugins/upload-assets/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/version-file/CHANGELOG.md b/plugins/version-file/CHANGELOG.md index 03433add1..5622faa81 100644 --- a/plugins/version-file/CHANGELOG.md +++ b/plugins/version-file/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix diff --git a/plugins/vscode/CHANGELOG.md b/plugins/vscode/CHANGELOG.md index 86476f23e..93587aebc 100644 --- a/plugins/vscode/CHANGELOG.md +++ b/plugins/vscode/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.5 (Thu Feb 22 2024) + +#### πŸ”© Dependency Updates + +- Bump strip-ansi from 6.0.0 to 7.0.1 [#2307](https://github.com/intuit/auto/pull/2307) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### πŸ› Bug Fix