From b238c830b3c978b4414c5c370eb992de2d086ebf Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Fri, 10 Feb 2023 17:09:42 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 16 ++++++++++++++++ packages/core/CHANGELOG.md | 16 ++++++++++++++++ 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/magic-zero/CHANGELOG.md | 12 ++++++++++++ plugins/maven/CHANGELOG.md | 12 ++++++++++++ plugins/microsoft-teams/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/protected-branch/CHANGELOG.md | 12 ++++++++++++ plugins/released/CHANGELOG.md | 12 ++++++++++++ plugins/s3/CHANGELOG.md | 12 ++++++++++++ plugins/sbt/CHANGELOG.md | 12 ++++++++++++ plugins/slack/CHANGELOG.md | 12 ++++++++++++ plugins/twitter/CHANGELOG.md | 12 ++++++++++++ plugins/upload-assets/CHANGELOG.md | 12 ++++++++++++ plugins/version-file/CHANGELOG.md | 12 ++++++++++++ plugins/vscode/CHANGELOG.md | 12 ++++++++++++ 34 files changed, 406 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5d64843..3da6b4e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- `auto`, `@auto-it/core` + - Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.41.0 (Thu Feb 09 2023) #### 🚀 Enhancement diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index ecd4c643f..b1e53f976 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/v10.41.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.42.0/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 5b2de7ccd..1f793fe5e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,19 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### 🐛 Bug Fix + +- feat(core): add `afterRun` hook ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1fc1469ab..86c7757f1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,19 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### 🐛 Bug Fix + +- feat(core): add `afterRun` hook ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index d9a07f82c..fc001d255 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/brew/CHANGELOG.md b/plugins/brew/CHANGELOG.md index 17d43e139..7e0ece10e 100644 --- a/plugins/brew/CHANGELOG.md +++ b/plugins/brew/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/chrome/CHANGELOG.md b/plugins/chrome/CHANGELOG.md index 1e084a3e3..8c5e0f1d1 100644 --- a/plugins/chrome/CHANGELOG.md +++ b/plugins/chrome/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/cocoapods/CHANGELOG.md b/plugins/cocoapods/CHANGELOG.md index aceb21530..170a89483 100644 --- a/plugins/cocoapods/CHANGELOG.md +++ b/plugins/cocoapods/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/conventional-commits/CHANGELOG.md b/plugins/conventional-commits/CHANGELOG.md index c4df9ed58..86540c873 100644 --- a/plugins/conventional-commits/CHANGELOG.md +++ b/plugins/conventional-commits/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/crates/CHANGELOG.md b/plugins/crates/CHANGELOG.md index a53e46402..e6eb36983 100644 --- a/plugins/crates/CHANGELOG.md +++ b/plugins/crates/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/docker/CHANGELOG.md b/plugins/docker/CHANGELOG.md index 043b93c76..6e5346081 100644 --- a/plugins/docker/CHANGELOG.md +++ b/plugins/docker/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/exec/CHANGELOG.md b/plugins/exec/CHANGELOG.md index bf145b5b4..f70567aa5 100644 --- a/plugins/exec/CHANGELOG.md +++ b/plugins/exec/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/first-time-contributor/CHANGELOG.md b/plugins/first-time-contributor/CHANGELOG.md index a5fea198e..1da723b45 100644 --- a/plugins/first-time-contributor/CHANGELOG.md +++ b/plugins/first-time-contributor/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 00b3be16b..c247b162a 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/gh-pages/CHANGELOG.md b/plugins/gh-pages/CHANGELOG.md index 1d611c407..e265c7218 100644 --- a/plugins/gh-pages/CHANGELOG.md +++ b/plugins/gh-pages/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/git-tag/CHANGELOG.md b/plugins/git-tag/CHANGELOG.md index 4015db3bc..028502467 100644 --- a/plugins/git-tag/CHANGELOG.md +++ b/plugins/git-tag/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index c65a80093..71c18e350 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/jira/CHANGELOG.md b/plugins/jira/CHANGELOG.md index 41076e70c..b22548ad9 100644 --- a/plugins/jira/CHANGELOG.md +++ b/plugins/jira/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/magic-zero/CHANGELOG.md b/plugins/magic-zero/CHANGELOG.md index bbbd2061f..44c4eda5d 100644 --- a/plugins/magic-zero/CHANGELOG.md +++ b/plugins/magic-zero/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/maven/CHANGELOG.md b/plugins/maven/CHANGELOG.md index af7a5692e..fe8c64585 100644 --- a/plugins/maven/CHANGELOG.md +++ b/plugins/maven/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/microsoft-teams/CHANGELOG.md b/plugins/microsoft-teams/CHANGELOG.md index 61fefeb4d..d881e50fb 100644 --- a/plugins/microsoft-teams/CHANGELOG.md +++ b/plugins/microsoft-teams/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/npm/CHANGELOG.md b/plugins/npm/CHANGELOG.md index 5fd0a4a51..8150a2b83 100644 --- a/plugins/npm/CHANGELOG.md +++ b/plugins/npm/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/omit-commits/CHANGELOG.md b/plugins/omit-commits/CHANGELOG.md index 7dd0dcb43..a2a0dd41c 100644 --- a/plugins/omit-commits/CHANGELOG.md +++ b/plugins/omit-commits/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/omit-release-notes/CHANGELOG.md b/plugins/omit-release-notes/CHANGELOG.md index 296205fd7..c6642ac91 100644 --- a/plugins/omit-release-notes/CHANGELOG.md +++ b/plugins/omit-release-notes/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/pr-body-labels/CHANGELOG.md b/plugins/pr-body-labels/CHANGELOG.md index 46bd3608e..507425f64 100644 --- a/plugins/pr-body-labels/CHANGELOG.md +++ b/plugins/pr-body-labels/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/protected-branch/CHANGELOG.md b/plugins/protected-branch/CHANGELOG.md index 61fcbc06e..4f6c07bd8 100644 --- a/plugins/protected-branch/CHANGELOG.md +++ b/plugins/protected-branch/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.41.0 (Thu Feb 09 2023) #### 🚀 Enhancement diff --git a/plugins/released/CHANGELOG.md b/plugins/released/CHANGELOG.md index 8f1ddcdfb..c726f94a5 100644 --- a/plugins/released/CHANGELOG.md +++ b/plugins/released/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/s3/CHANGELOG.md b/plugins/s3/CHANGELOG.md index c20d6cec6..18df917e5 100644 --- a/plugins/s3/CHANGELOG.md +++ b/plugins/s3/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/sbt/CHANGELOG.md b/plugins/sbt/CHANGELOG.md index e6570102b..35086f687 100644 --- a/plugins/sbt/CHANGELOG.md +++ b/plugins/sbt/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index e631c12de..6ed7ae9c5 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/twitter/CHANGELOG.md b/plugins/twitter/CHANGELOG.md index 8a12cc3c1..b4dd861cf 100644 --- a/plugins/twitter/CHANGELOG.md +++ b/plugins/twitter/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/upload-assets/CHANGELOG.md b/plugins/upload-assets/CHANGELOG.md index f34cf1916..dd1044165 100644 --- a/plugins/upload-assets/CHANGELOG.md +++ b/plugins/upload-assets/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/version-file/CHANGELOG.md b/plugins/version-file/CHANGELOG.md index b011e7cc6..0152e28cc 100644 --- a/plugins/version-file/CHANGELOG.md +++ b/plugins/version-file/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: diff --git a/plugins/vscode/CHANGELOG.md b/plugins/vscode/CHANGELOG.md index 50576d831..b5ed2c48a 100644 --- a/plugins/vscode/CHANGELOG.md +++ b/plugins/vscode/CHANGELOG.md @@ -1,3 +1,15 @@ +# v10.42.0 (Fri Feb 10 2023) + +#### 🚀 Enhancement + +- Feat add `afterRun` hook [#2182](https://github.com/intuit/auto/pull/2182) ([@jBouyoud](https://github.com/jBouyoud)) + +#### Authors: 1 + +- Julien Bouyoud ([@jBouyoud](https://github.com/jBouyoud)) + +--- + # v10.40.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: