Skip to content

Commit 9e68bad

Browse files
Update CHANGELOG.md [skip ci]
1 parent b99c0e2 commit 9e68bad

File tree

4 files changed

+49
-1
lines changed

4 files changed

+49
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v10.37.2 (Fri Jul 15 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@auto-it/version-file`
6+
- Get correct next version when using onlyGraduateWithReleaseLabel [#2229](https://github.com/intuit/auto/pull/2229) ([@adierkens](https://github.com/adierkens))
7+
8+
#### 📝 Documentation
9+
10+
- `@auto-it/maven`
11+
- Remove old references in maven instructions [#2226](https://github.com/intuit/auto/pull/2226) ([@sugarmanz](https://github.com/sugarmanz))
12+
13+
#### Authors: 2
14+
15+
- Adam Dierkens ([@adierkens](https://github.com/adierkens))
16+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
17+
18+
---
19+
120
# v10.37.1 (Thu May 26 2022)
221

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

plugins/maven/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v10.37.2 (Fri Jul 15 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- fix: change old references in maven instructions ([@sugarmanz](https://github.com/sugarmanz))
6+
7+
#### 📝 Documentation
8+
9+
- Remove old references in maven instructions [#2226](https://github.com/intuit/auto/pull/2226) ([@sugarmanz](https://github.com/sugarmanz))
10+
11+
#### Authors: 1
12+
13+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
14+
15+
---
16+
117
# v10.36.6 (Fri May 20 2022)
218

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

plugins/version-file/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.37.2 (Fri Jul 15 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Get correct next version when using onlyGraduateWithReleaseLabel [#2229](https://github.com/intuit/auto/pull/2229) ([@adierkens](https://github.com/adierkens))
6+
- Get correct next version when using onlyGraduateWithReleaseLabel shipit option ([@adierkens](https://github.com/adierkens))
7+
8+
#### Authors: 1
9+
10+
- Adam Dierkens ([@adierkens](https://github.com/adierkens))
11+
12+
---
13+
114
# v10.33.0 (Fri May 20 2022)
215

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

0 commit comments

Comments
 (0)