Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Oct 27, 2020
1 parent 4926371 commit d0a9d70
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/non-npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
27 changes: 27 additions & 0 deletions plugins/microsoft-teams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
21 changes: 21 additions & 0 deletions plugins/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d0a9d70

Please sign in to comment.