Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 4, 2023
1 parent 955bc50 commit e895965
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v10.38.1 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- `@auto-it/core`
- 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))

#### ⚠️ Pushed to `main`

- add permission ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix env var ([@hipstersmoothie](https://github.com/hipstersmoothie))
- move plugin earlier ([@hipstersmoothie](https://github.com/hipstersmoothie))
- add protected branch plugin ([@hipstersmoothie](https://github.com/hipstersmoothie))
- full checkout ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🏠 Internal

- `auto`, `@auto-it/core`, `@auto-it/gradle`
- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.0 (Sat Feb 04 2023)

:tada: This release contains work from new contributors! :tada:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simply download the appropriate version for your operating system and make it ex

```bash
# Download a platform specific version of auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.38.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.38.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v10.38.1 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- fix text on CI ([@hipstersmoothie](https://github.com/hipstersmoothie))
- upgrade pkg ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🏠 Internal

- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.0 (Sat Feb 04 2023)

:tada: This release contains work from new contributors! :tada:
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v10.38.1 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- fix text on CI ([@hipstersmoothie](https://github.com/hipstersmoothie))
- 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))
- 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))

#### 🏠 Internal

- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.38.0 (Sat Feb 04 2023)

:tada: This release contains work from new contributors! :tada:
Expand Down
16 changes: 16 additions & 0 deletions plugins/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v10.38.1 (Sat Feb 04 2023)

#### 🐛 Bug Fix

- fix gradle test ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🏠 Internal

- switch to github actions [#2299](https://github.com/intuit/auto/pull/2299) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))

---

# v10.37.6 (Tue Sep 13 2022)

:tada: This release contains work from a new contributor! :tada:
Expand Down

0 comments on commit e895965

Please sign in to comment.