Skip to content

Commit 1bc9dfd

Browse files
Update CHANGELOG.md [skip ci]
1 parent 52799a0 commit 1bc9dfd

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v11.2.1 (Wed Aug 28 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@auto-it/version-file`
6+
- Respect `noVersionPrefix` option in the Version File plugin [#2472](https://github.com/intuit/auto/pull/2472) ([@KetanReddy](https://github.com/KetanReddy))
7+
8+
#### Authors: 1
9+
10+
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))
11+
12+
---
13+
114
# v11.2.0 (Wed Jul 17 2024)
215

316
:tada: This release contains work from a new contributor! :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.2.0/auto-linux.gz | gunzip > ~/auto
14+
curl -vkL -o - https://github.com/intuit/auto/releases/download/v11.2.1/auto-linux.gz | gunzip > ~/auto
1515
# Make auto executable
1616
chmod a+x ~/auto
1717
```

plugins/version-file/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v11.2.1 (Wed Aug 28 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Respect `noVersionPrefix` option in the Version File plugin [#2472](https://github.com/intuit/auto/pull/2472) ([@KetanReddy](https://github.com/KetanReddy))
6+
- Add tests ([@KetanReddy](https://github.com/KetanReddy))
7+
- Version File plugin: respect noVersionPrefix ([@KetanReddy](https://github.com/KetanReddy))
8+
9+
#### Authors: 1
10+
11+
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy))
12+
13+
---
14+
115
# v11.2.0 (Wed Jul 17 2024)
216

317
#### 🚀 Enhancement

0 commit comments

Comments
 (0)