Skip to content

Commit e895965

Browse files
Update CHANGELOG.md [skip ci]
1 parent 955bc50 commit e895965

File tree

5 files changed

+78
-1
lines changed

5 files changed

+78
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v10.38.1 (Sat Feb 04 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@auto-it/core`
6+
- this was throwing an error when it didn't have to causing an odd error in the magic zero plugin [#2298](https://github.com/intuit/auto/pull/2298) ([@hipstersmoothie](https://github.com/hipstersmoothie))
7+
8+
#### ⚠️ Pushed to `main`
9+
10+
- add permission ([@hipstersmoothie](https://github.com/hipstersmoothie))
11+
- fix env var ([@hipstersmoothie](https://github.com/hipstersmoothie))
12+
- move plugin earlier ([@hipstersmoothie](https://github.com/hipstersmoothie))
13+
- add protected branch plugin ([@hipstersmoothie](https://github.com/hipstersmoothie))
14+
- full checkout ([@hipstersmoothie](https://github.com/hipstersmoothie))
15+
16+
#### 🏠 Internal
17+
18+
- `auto`, `@auto-it/core`, `@auto-it/gradle`
19+
- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))
20+
21+
#### Authors: 1
22+
23+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
24+
25+
---
26+
127
# v10.38.0 (Sat Feb 04 2023)
228

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

packages/cli/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v10.38.1 (Sat Feb 04 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- fix text on CI ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
- upgrade pkg ([@hipstersmoothie](https://github.com/hipstersmoothie))
7+
8+
#### 🏠 Internal
9+
10+
- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))
11+
12+
#### Authors: 1
13+
14+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
15+
16+
---
17+
118
# v10.38.0 (Sat Feb 04 2023)
219

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

packages/core/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v10.38.1 (Sat Feb 04 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- fix text on CI ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
- this was throwing an error when it didn't have to causing an odd error in the magic zero plugin [#2298](https://github.com/intuit/auto/pull/2298) ([@hipstersmoothie](https://github.com/hipstersmoothie))
7+
- this was throwing an error when it didn't have to causing an odd error in the magic zero plugin ([@hipstersmoothie](https://github.com/hipstersmoothie))
8+
9+
#### 🏠 Internal
10+
11+
- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))
12+
13+
#### Authors: 1
14+
15+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
16+
17+
---
18+
119
# v10.38.0 (Sat Feb 04 2023)
220

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

plugins/gradle/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v10.38.1 (Sat Feb 04 2023)
2+
3+
#### 🐛 Bug Fix
4+
5+
- fix gradle test ([@hipstersmoothie](https://github.com/hipstersmoothie))
6+
7+
#### 🏠 Internal
8+
9+
- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))
10+
11+
#### Authors: 1
12+
13+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
14+
15+
---
16+
117
# v10.37.6 (Tue Sep 13 2022)
218

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

0 commit comments

Comments
 (0)