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 Feb 9, 2023
1 parent ae368cd commit 8f23ea1
Show file tree
Hide file tree
Showing 3 changed files with 31 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 @@
# 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:
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/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
```
Expand Down
17 changes: 17 additions & 0 deletions plugins/protected-branch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8f23ea1

Please sign in to comment.