diff --git a/CHANGELOG.md b/CHANGELOG.md index ef501ade5..4339cf3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v10.38.5 (Sun Feb 05 2023) + +#### 🐛 Bug Fix + +- `@auto-it/protected-branch` + - delete branch after release [#2301](https://github.com/intuit/auto/pull/2301) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### ⚠️ Pushed to `main` + +- try to fix publish ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.38.1 (Sat Feb 04 2023) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 923270b02..5c89181a1 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.1/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.38.5/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/protected-branch/CHANGELOG.md b/plugins/protected-branch/CHANGELOG.md index 4eea65374..ac19553a8 100644 --- a/plugins/protected-branch/CHANGELOG.md +++ b/plugins/protected-branch/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.38.5 (Sun Feb 05 2023) + +#### 🐛 Bug Fix + +- delete branch after release [#2301](https://github.com/intuit/auto/pull/2301) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- delete branch after release ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.38.0 (Sat Feb 04 2023) #### 🚀 Enhancement