diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ce6d177..8542f0598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v10.36.4 (Sun Mar 20 2022) + +#### 🐛 Bug Fix + +- `@auto-it/gem` + - Gem: use releaseCommand in canary release [#2174](https://github.com/intuit/auto/pull/2174) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump shelljs from 0.8.4 to 0.8.5 [#2132](https://github.com/intuit/auto/pull/2132) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.36.3 (Sun Mar 20 2022) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 14b696186..a50f79c02 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.36.3/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.36.4/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/gem/CHANGELOG.md b/plugins/gem/CHANGELOG.md index 4b471a63b..a75e0b3dd 100644 --- a/plugins/gem/CHANGELOG.md +++ b/plugins/gem/CHANGELOG.md @@ -1,3 +1,21 @@ +# v10.36.4 (Sun Mar 20 2022) + +#### 🐛 Bug Fix + +- Gem: use releaseCommand in canary release [#2174](https://github.com/intuit/auto/pull/2174) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Gem: use releaseCommand in canary release ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🔩 Dependency Updates + +- Bump shelljs from 0.8.4 to 0.8.5 [#2132](https://github.com/intuit/auto/pull/2132) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.36.3 (Sun Mar 20 2022) #### 🐛 Bug Fix