From 44f49e8d1c8e8d593f02c8f7d8c36a14db95d1dc Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Sun, 20 Mar 2022 15:22:26 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/gem/CHANGELOG.md | 18 ++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) 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