Skip to content

Commit 88109fa

Browse files
Update CHANGELOG.md [skip ci]
1 parent b8d1af6 commit 88109fa

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v11.1.2 (Wed Mar 20 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@auto-it/npm`
6+
- fix: remove extra quotes surrounding commitMessage [#2445](https://github.com/intuit/auto/pull/2445) ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
7+
8+
#### Authors: 1
9+
10+
- Mark Potnick ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
11+
12+
---
13+
114
# v11.1.1 (Sat Feb 24 2024)
215

316
#### 🐛 Bug Fix

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

+1-1
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.1.1/auto-linux.gz | gunzip > ~/auto
14+
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.1.2/auto-linux.gz | gunzip > ~/auto
1515
# Make auto executable
1616
chmod a+x ~/auto
1717
```

plugins/npm/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v11.1.2 (Wed Mar 20 2024)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Mark Potnick ([@UpstartMPotnick](https://github.com/UpstartMPotnick)), for all your work!
6+
7+
#### 🐛 Bug Fix
8+
9+
- fix: remove extra quotes surrounding commitMessage [#2445](https://github.com/intuit/auto/pull/2445) ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
10+
- test: update test ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
11+
- fix: remove extra quotes surrounding commitMessage ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
12+
13+
#### Authors: 1
14+
15+
- Mark Potnick ([@UpstartMPotnick](https://github.com/UpstartMPotnick))
16+
17+
---
18+
119
# v11.1.0 (Fri Feb 23 2024)
220

321
#### 🚀 Enhancement

0 commit comments

Comments
 (0)