From d0a9d70fba3970cece1743333c06621577337a32 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Tue, 27 Oct 2020 11:21:55 -0700 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 18 +++++++++++++++ docs/pages/docs/configuration/non-npm.mdx | 2 +- plugins/microsoft-teams/CHANGELOG.md | 27 +++++++++++++++++++++++ plugins/slack/CHANGELOG.md | 21 ++++++++++++++++++ 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 plugins/microsoft-teams/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7254a0229..3658ea0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v9.61.0 (Tue Oct 27 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Mukul Chaware ([@mukul13](https://github.com/mukul13)), for all your work! + +#### 🚀 Enhancement + +- `@auto-it/microsoft-teams`, `@auto-it/slack` + - Microsoft Teams plugin for auto [#1570](https://github.com/intuit/auto/pull/1570) ([@mukul13](https://github.com/mukul13) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Mukul Chaware ([@mukul13](https://github.com/mukul13)) + +--- + # v9.60.1 (Fri Oct 23 2020) :tada: This release contains work from a new contributor! :tada: diff --git a/docs/pages/docs/configuration/non-npm.mdx b/docs/pages/docs/configuration/non-npm.mdx index d4f04cccd..fcef8ad36 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/v9.60.1/auto-linux.gz | gunzip > ~/auto +curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.61.0/auto-linux.gz | gunzip > ~/auto # Make auto executable chmod a+x ~/auto ``` diff --git a/plugins/microsoft-teams/CHANGELOG.md b/plugins/microsoft-teams/CHANGELOG.md new file mode 100644 index 000000000..d9b18f849 --- /dev/null +++ b/plugins/microsoft-teams/CHANGELOG.md @@ -0,0 +1,27 @@ +# v9.55.0 (Tue Oct 27 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Mukul Chaware ([@mukul13](https://github.com/mukul13)), for all your work! + +#### 🚀 Enhancement + +- Microsoft Teams plugin for auto [#1570](https://github.com/intuit/auto/pull/1570) ([@mukul13](https://github.com/mukul13) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- use MICROSOFT_TEAMS_WEBHOOK_URL env var ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- PR review changes ([@mukul13](https://github.com/mukul13)) +- change microsoft-teams plugin to extend from slack plugin ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- removing @channel targeting and updating readme ([@mukul13](https://github.com/mukul13)) +- readmed updated ([@mukul13](https://github.com/mukul13)) +- tests updated ([@mukul13](https://github.com/mukul13)) +- code cleanup ([@mukul13](https://github.com/mukul13)) +- add tests for microsoft teams plugin and comment redundant code ([@mukul13](https://github.com/mukul13)) +- feat: plugin for microsoft teams ([@mukul13](https://github.com/mukul13)) +- base setup for microsoft teams ([@mukul13](https://github.com/mukul13)) + +#### Authors: 2 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Mukul Chaware ([@mukul13](https://github.com/mukul13)) diff --git a/plugins/slack/CHANGELOG.md b/plugins/slack/CHANGELOG.md index 73a4098de..6e7d8f154 100644 --- a/plugins/slack/CHANGELOG.md +++ b/plugins/slack/CHANGELOG.md @@ -1,3 +1,24 @@ +# v9.61.0 (Tue Oct 27 2020) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Mukul Chaware ([@mukul13](https://github.com/mukul13)), for all your work! + +#### 🚀 Enhancement + +- Microsoft Teams plugin for auto [#1570](https://github.com/intuit/auto/pull/1570) ([@mukul13](https://github.com/mukul13) [@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### 🐛 Bug Fix + +- make slack plugin more generic ([@hipstersmoothie](https://github.com/hipstersmoothie)) + +#### Authors: 2 + +- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) +- Mukul Chaware ([@mukul13](https://github.com/mukul13)) + +--- + # v9.60.0 (Wed Oct 21 2020) #### 🐛 Bug Fix