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 5, 2023
1 parent 98034de commit dd2c312
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v10.38.5 (Sun Feb 05 2023)

#### 🐛 Bug Fix

- `@auto-it/protected-branch`
- delete branch after release [#2301](https://github.com/intuit/auto/pull/2301) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### ⚠️ Pushed to `main`

- try to fix publish ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.1 (Sat Feb 04 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/v10.38.1/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.38.5/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
13 changes: 13 additions & 0 deletions plugins/protected-branch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.38.5 (Sun Feb 05 2023)

#### 🐛 Bug Fix

- delete branch after release [#2301](https://github.com/intuit/auto/pull/2301) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- delete branch after release ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.0 (Sat Feb 04 2023)

#### 🚀 Enhancement
Expand Down

0 comments on commit dd2c312

Please sign in to comment.