Skip to content

Commit 44f36dc

Browse files
Update CHANGELOG.md [skip ci]
1 parent b1f048d commit 44f36dc

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.34.0 (Sat Mar 05 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- `@auto-it/gem`
6+
- Improve gem deployment [#2152](https://github.com/intuit/auto/pull/2152) ([@zephraph](https://github.com/zephraph))
7+
8+
#### Authors: 1
9+
10+
- Justin Bennett ([@zephraph](https://github.com/zephraph))
11+
12+
---
13+
114
# v10.33.1 (Fri Mar 04 2022)
215

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

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

plugins/gem/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v10.34.0 (Sat Mar 05 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- Improve gem deployment [#2152](https://github.com/intuit/auto/pull/2152) ([@zephraph](https://github.com/zephraph))
6+
7+
#### 🐛 Bug Fix
8+
9+
- Merge branch 'main' into improve-gem-deployment ([@zephraph](https://github.com/zephraph))
10+
- Add test for throwing without name ([@zephraph](https://github.com/zephraph))
11+
- Resolve issue where lockfile wasn't being updated ([@zephraph](https://github.com/zephraph))
12+
- Appease the lint gods ([@zephraph](https://github.com/zephraph))
13+
- Update lockfile when writing new version ([@zephraph](https://github.com/zephraph))
14+
- Refactor gem tests ([@zephraph](https://github.com/zephraph))
15+
16+
#### Authors: 1
17+
18+
- Justin Bennett ([@zephraph](https://github.com/zephraph))
19+
20+
---
21+
122
# v10.33.0 (Fri Mar 04 2022)
223

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

0 commit comments

Comments
 (0)