diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f9414e8..4c76dc09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.39.1 (Wed Feb 08 2023) + +#### 🐛 Bug Fix + +- `@auto-it/all-contributors` + - fix test [#2322](https://github.com/intuit/auto/pull/2322) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.39.0 (Wed Feb 08 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 4cdf01f01..8ef602344 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.39.0/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.39.1/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/all-contributors/CHANGELOG.md b/plugins/all-contributors/CHANGELOG.md index fec788ffa..eb87e2e59 100644 --- a/plugins/all-contributors/CHANGELOG.md +++ b/plugins/all-contributors/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.39.1 (Wed Feb 08 2023) + +#### 🐛 Bug Fix + +- fix test [#2322](https://github.com/intuit/auto/pull/2322) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- fix test ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.39.0 (Wed Feb 08 2023) :tada: This release contains work from a new contributor! :tada: