From f6cb7eb8b5755b80e8fe0a357210f26e141f6188 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Sun, 10 Sep 2023 22:14:03 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/pr-body-labels/CHANGELOG.md | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d0ac16d..dd72e721f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.4 (Sun Sep 10 2023) + +#### 🐛 Bug Fix + +- `@auto-it/pr-body-labels` + - only remove labels if they exist on the PR [#2396](https://github.com/intuit/auto/pull/2396) ([@hborawski](https://github.com/hborawski)) + +#### Authors: 1 + +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v11.0.2 (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 72b263e6a..a677c5d2f 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.2/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.4/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/pr-body-labels/CHANGELOG.md b/plugins/pr-body-labels/CHANGELOG.md index 63f5a9ce1..f24bf024a 100644 --- a/plugins/pr-body-labels/CHANGELOG.md +++ b/plugins/pr-body-labels/CHANGELOG.md @@ -1,3 +1,16 @@ +# v11.0.4 (Sun Sep 10 2023) + +#### 🐛 Bug Fix + +- only remove labels if they exist on the PR [#2396](https://github.com/intuit/auto/pull/2396) ([@hborawski](https://github.com/hborawski)) +- only remove labels if they exist on the PR ([@hborawski](https://github.com/hborawski)) + +#### Authors: 1 + +- Harris Borawski ([@hborawski](https://github.com/hborawski)) + +--- + # v11.0.3 (Sun Sep 10 2023) #### 🐛 Bug Fix