diff --git a/CHANGELOG.md b/CHANGELOG.md index f140de308..0e3c0f40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.18.4 (Tue Mar 09 2021) + +#### 🐛 Bug Fix + +- `@auto-it/slack` + - Slack message spacing + notification text [#1862](https://github.com/intuit/auto/pull/1862) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.18.3 (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 0c76359ae..bcd3425f0 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.3/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.18.4/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index 4d6fe7dce..3ec1c4458 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,17 @@ +# v10.18.4 (Tue Mar 09 2021) + +#### 🐛 Bug Fix + +- Slack message spacing + notification text [#1862](https://github.com/intuit/auto/pull/1862) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- add notification text ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- add spacing to slack message ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.18.1 (Tue Mar 02 2021) #### 🐛 Bug Fix