From 6be9eef64eabcafad866c1a3e734f0bc8bb4b20f Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Mon, 15 Mar 2021 12:04:07 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/slack/CHANGELOG.md | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c1c2676..c9203bec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v10.20.4 (Mon Mar 15 2021) + +#### 🐛 Bug Fix + +- `@auto-it/slack` + - Slack link bug [#1887](https://github.com/intuit/auto/pull/1887) ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.20.3 (Mon Mar 15 2021) #### 🐛 Bug Fix diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index 86745a03b..b4c9f0013 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.20.3/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.20.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 0c2b4469b..7a2aba466 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,17 @@ +# v10.20.4 (Mon Mar 15 2021) + +#### 🐛 Bug Fix + +- Slack link bug [#1887](https://github.com/intuit/auto/pull/1887) ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- upgrade slack message package ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- use slack url helper ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 1 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +--- + # v10.20.3 (Mon Mar 15 2021) #### 🐛 Bug Fix