Skip to content

Commit 1c09fe6

Browse files
Update CHANGELOG.md [skip ci]
1 parent 53a8de8 commit 1c09fe6

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.34.1 (Sat Mar 05 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@auto-it/gradle`
6+
- [Gradle] Fix canary version reporting [#2160](https://github.com/intuit/auto/pull/2160) ([@sugarmanz](https://github.com/sugarmanz))
7+
8+
#### Authors: 1
9+
10+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
11+
12+
---
13+
114
# v10.34.0 (Sat Mar 05 2022)
215

316
#### 🚀 Enhancement

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

plugins/gradle/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v10.34.1 (Sat Mar 05 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- [Gradle] Fix canary version reporting [#2160](https://github.com/intuit/auto/pull/2160) ([@sugarmanz](https://github.com/sugarmanz))
6+
- add todos ([@sugarmanz](https://github.com/sugarmanz))
7+
- fix test and await on publishing ([@sugarmanz](https://github.com/sugarmanz))
8+
- report snapshot version to GH ([@sugarmanz](https://github.com/sugarmanz))
9+
10+
#### Authors: 1
11+
12+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
13+
14+
---
15+
116
# v10.33.0 (Fri Mar 04 2022)
217

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

0 commit comments

Comments
 (0)