Skip to content

Commit 33a4649

Browse files
Update CHANGELOG.md [skip ci]
1 parent beeb948 commit 33a4649

File tree

4 files changed

+65
-1
lines changed

4 files changed

+65
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# v11.0.1 (Thu Aug 10 2023)
2+
3+
:tada: This release contains work from new contributors! :tada:
4+
5+
Thanks for all your work!
6+
7+
:heart: Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev))
8+
9+
:heart: Satish Pokala ([@Satishpokala124](https://github.com/Satishpokala124))
10+
11+
#### 🐛 Bug Fix
12+
13+
- `@auto-it/cocoapods`
14+
- [CocoaPods] switch Promise.all for reduce to avoid git lock [#2327](https://github.com/intuit/auto/pull/2327) ([@hborawski](https://github.com/hborawski))
15+
16+
#### 📝 Documentation
17+
18+
- Fix typo in FAQ [#2381](https://github.com/intuit/auto/pull/2381) ([@Satishpokala124](https://github.com/Satishpokala124))
19+
- `@auto-it/protected-branch`
20+
- Update Protected-Branch README.md [#2383](https://github.com/intuit/auto/pull/2383) ([@aldrichdev](https://github.com/aldrichdev))
21+
22+
#### Authors: 3
23+
24+
- Harris Borawski ([@hborawski](https://github.com/hborawski))
25+
- Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev))
26+
- Satish Pokala ([@Satishpokala124](https://github.com/Satishpokala124))
27+
28+
---
29+
130
# v11.0.0 (Fri Jul 28 2023)
231

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

docs/pages/docs/configuration/non-npm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex
1111

1212
```bash
1313
# Download a platform specific version of auto
14-
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.0/auto-linux.gz | gunzip > ~/auto
14+
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.0.1/auto-linux.gz | gunzip > ~/auto
1515
# Make auto executable
1616
chmod a+x ~/auto
1717
```

plugins/cocoapods/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v11.0.1 (Thu Aug 10 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- [CocoaPods] switch Promise.all for reduce to avoid git lock [#2327](https://github.com/intuit/auto/pull/2327) ([@hborawski](https://github.com/hborawski))
6+
- [CocoaPods] switch Promise.all for reduce to avoid git lock ([@hborawski](https://github.com/hborawski))
7+
8+
#### Authors: 1
9+
10+
- Harris Borawski ([@hborawski](https://github.com/hborawski))
11+
12+
---
13+
114
# v10.46.0 (Wed Apr 26 2023)
215

316
### Release Notes

plugins/protected-branch/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v11.0.1 (Thu Aug 10 2023)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev)), for all your work!
6+
7+
#### 🐛 Bug Fix
8+
9+
- [CocoaPods] switch Promise.all for reduce to avoid git lock [#2327](https://github.com/intuit/auto/pull/2327) ([@hborawski](https://github.com/hborawski))
10+
- Update README.md ([@aldrichdev](https://github.com/aldrichdev))
11+
12+
#### 📝 Documentation
13+
14+
- Update Protected-Branch README.md [#2383](https://github.com/intuit/auto/pull/2383) ([@aldrichdev](https://github.com/aldrichdev))
15+
16+
#### Authors: 2
17+
18+
- Harris Borawski ([@hborawski](https://github.com/hborawski))
19+
- Paul Aldrich ([@aldrichdev](https://github.com/aldrichdev))
20+
21+
---
22+
123
# v10.46.0 (Wed Apr 26 2023)
224

325
### Release Notes

0 commit comments

Comments
 (0)