diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d216f705..f140de308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.3 (Wed Mar 03 2021) + +#### 🐛 Bug Fix + +- `@auto-it/core` + - Add leading hyphen to canary identifier so that canaries always sort before any other release type [#1851](https://github.com/intuit/auto/pull/1851) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.18.2 (Wed Mar 03 2021) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 8a1d3c5e1..0c76359ae 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.18.2/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.18.3/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5d33b2654..a35874121 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.3 (Wed Mar 03 2021) + +#### 🐛 Bug Fix + +- Add leading hyphen to canary identifier so that canaries always sort before any other release type [#1851](https://github.com/intuit/auto/pull/1851) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Add leading hyphen to canary identifier so that canaries always sort before any other release type ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.17.1 (Tue Mar 02 2021) #### 🐛 Bug Fix