From 8f23ea191679684c0eaff5ed597c18d6015d8bf2 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 9 Feb 2023 17:37:03 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/protected-branch/CHANGELOG.md | 17 +++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64130fc4b..4b5d64843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.41.0 (Thu Feb 09 2023) + +#### 🚀 Enhancement + +- `@auto-it/protected-branch` + - Improve protected branch plugin [#2317](https://github.com/intuit/auto/pull/2317) ([@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/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 76aae13a7..ecd4c643f 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.40.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.41.0/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/protected-branch/CHANGELOG.md b/plugins/protected-branch/CHANGELOG.md index ce8c5318b..61fcbc06e 100644 --- a/plugins/protected-branch/CHANGELOG.md +++ b/plugins/protected-branch/CHANGELOG.md @@ -1,3 +1,20 @@ +# v10.41.0 (Thu Feb 09 2023) + +#### 🚀 Enhancement + +- Improve protected branch plugin [#2317](https://github.com/intuit/auto/pull/2317) ([@jBouyoud](https://github.com/jBouyoud)) + +#### 🐛 Bug Fix + +- feat(protected-branch): silently ignore ref not found when deleting ([@jBouyoud](https://github.com/jBouyoud)) +- feat(protected-branch): rely on internal git object instead of external program ([@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: