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 8, 2020
1 parent 330567c commit bd09bd0
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v9.57.0 (Thu Oct 08 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)), for all your work!

#### 🚀 Enhancement

- `@auto-it/all-contributors`
- auto generate contributors if a contributors list exists but none are… [#1575](https://github.com/intuit/auto/pull/1575) ([@kendallgassner](https://github.com/kendallgassner) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### 📝 Documentation

- add noVersionPrefix to docs [#1577](https://github.com/intuit/auto/pull/1577) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner))

---

# v9.56.0 (Thu Oct 08 2020)

#### 🚀 Enhancement
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.56.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.57.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
30 changes: 30 additions & 0 deletions plugins/all-contributors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v9.57.0 (Thu Oct 08 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner)), for all your work!

#### 🚀 Enhancement

- auto generate contributors if a contributors list exists but none are… [#1575](https://github.com/intuit/auto/pull/1575) ([@kendallgassner](https://github.com/kendallgassner) [@hipstersmoothie](https://github.com/hipstersmoothie))

#### 🐛 Bug Fix

- format code ([@hipstersmoothie](https://github.com/hipstersmoothie))
- adding config.contributors ([@kendallgassner](https://github.com/kendallgassner))
- move promise all into function ([@kendallgassner](https://github.com/kendallgassner))
- lint fixes ([@kendallgassner](https://github.com/kendallgassner))
- cleaning up format and reorganizing code ([@kendallgassner](https://github.com/kendallgassner))
- auto generate contributors if a contributors list exists but none are displayed yet ([@kendallgassner](https://github.com/kendallgassner))

#### 📝 Documentation

- add noVersionPrefix to docs [#1577](https://github.com/intuit/auto/pull/1577) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Kendall Gassner ([@kendallgassner](https://github.com/kendallgassner))

---

# v9.55.0 (Wed Oct 07 2020)

#### 🚀 Enhancement
Expand Down

0 comments on commit bd09bd0

Please sign in to comment.