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 Aug 10, 2023
1 parent beeb948 commit 33a4649
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v11.0.1 (Thu Aug 10 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev))

:heart: Satish Pokala ([@Satishpokala124](https://github.com/Satishpokala124))

#### 🐛 Bug Fix

- `@auto-it/cocoapods`
- [CocoaPods] switch Promise.all for reduce to avoid git lock [#2327](https://github.com/intuit/auto/pull/2327) ([@hborawski](https://github.com/hborawski))

#### 📝 Documentation

- Fix typo in FAQ [#2381](https://github.com/intuit/auto/pull/2381) ([@Satishpokala124](https://github.com/Satishpokala124))
- `@auto-it/protected-branch`
- Update Protected-Branch README.md [#2383](https://github.com/intuit/auto/pull/2383) ([@aldrichdev](https://github.com/aldrichdev))

#### Authors: 3

- Harris Borawski ([@hborawski](https://github.com/hborawski))
- Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev))
- Satish Pokala ([@Satishpokala124](https://github.com/Satishpokala124))

---

# v11.0.0 (Fri Jul 28 2023)

:tada: This release contains work from new contributors! :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/v11.0.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
13 changes: 13 additions & 0 deletions plugins/cocoapods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v11.0.1 (Thu Aug 10 2023)

#### 🐛 Bug Fix

- [CocoaPods] switch Promise.all for reduce to avoid git lock [#2327](https://github.com/intuit/auto/pull/2327) ([@hborawski](https://github.com/hborawski))
- [CocoaPods] switch Promise.all for reduce to avoid git lock ([@hborawski](https://github.com/hborawski))

#### Authors: 1

- Harris Borawski ([@hborawski](https://github.com/hborawski))

---

# v10.46.0 (Wed Apr 26 2023)

### Release Notes
Expand Down
22 changes: 22 additions & 0 deletions plugins/protected-branch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v11.0.1 (Thu Aug 10 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev)), for all your work!

#### 🐛 Bug Fix

- [CocoaPods] switch Promise.all for reduce to avoid git lock [#2327](https://github.com/intuit/auto/pull/2327) ([@hborawski](https://github.com/hborawski))
- Update README.md ([@aldrichdev](https://github.com/aldrichdev))

#### 📝 Documentation

- Update Protected-Branch README.md [#2383](https://github.com/intuit/auto/pull/2383) ([@aldrichdev](https://github.com/aldrichdev))

#### Authors: 2

- Harris Borawski ([@hborawski](https://github.com/hborawski))
- Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev))

---

# v10.46.0 (Wed Apr 26 2023)

### Release Notes
Expand Down

0 comments on commit 33a4649

Please sign in to comment.