From e895965607577528b0c06bb4c3f6b74b0a9f5e56 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Sat, 4 Feb 2023 23:58:10 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 26 +++++++++++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- packages/cli/CHANGELOG.md | 17 +++++++++++++++ packages/core/CHANGELOG.md | 18 ++++++++++++++++ plugins/gradle/CHANGELOG.md | 16 ++++++++++++++ 5 files changed, 78 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1535993d1..ef501ade5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 8f3114fe6..923270b02 100644 --- a/docs/pages/docs/configuration/non-npm.mdx +++ b/docs/pages/docs/configuration/non-npm.mdx @@ -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 ``` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3b2915cf5..04883d47f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d965d0e87..76f9c6a5c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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: diff --git a/plugins/gradle/CHANGELOG.md b/plugins/gradle/CHANGELOG.md index 93f8e8c17..03d7e3f72 100644 --- a/plugins/gradle/CHANGELOG.md +++ b/plugins/gradle/CHANGELOG.md @@ -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: