Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 10, 2023
1 parent 3fb2bee commit f6cb7eb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
13 changes: 13 additions & 0 deletions plugins/pr-body-labels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6cb7eb

Please sign in to comment.