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 23, 2020
1 parent 0b42982 commit 3c77a9b
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v9.60.1 (Fri Oct 23 2020)

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

Thank you, Philippe Boyd ([@philippeboyd](https://github.com/philippeboyd)), for all your work!

#### 🐛 Bug Fix

- `@auto-it/released`
- fix parsing PR body when it's empty [#1603](https://github.com/intuit/auto/pull/1603) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### 📝 Documentation

- `@auto-it/conventional-commits`
- doc: breaking change should bump major not minor [#1601](https://github.com/intuit/auto/pull/1601) ([@philippeboyd](https://github.com/philippeboyd))

#### Authors: 2

- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
- Philippe Boyd ([@philippeboyd](https://github.com/philippeboyd))

---

# v9.60.0 (Wed Oct 21 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.60.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.60.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
20 changes: 20 additions & 0 deletions plugins/conventional-commits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v9.60.1 (Fri Oct 23 2020)

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

Thank you, Philippe Boyd ([@philippeboyd](https://github.com/philippeboyd)), for all your work!

#### 🐛 Bug Fix

- doc: breaking change should bump major not minor ([@philippeboyd](https://github.com/philippeboyd))

#### 📝 Documentation

- doc: breaking change should bump major not minor [#1601](https://github.com/intuit/auto/pull/1601) ([@philippeboyd](https://github.com/philippeboyd))

#### Authors: 1

- Philippe Boyd ([@philippeboyd](https://github.com/philippeboyd))

---

# v9.60.0 (Wed Oct 21 2020)

#### 🚀 Enhancement
Expand Down
13 changes: 13 additions & 0 deletions plugins/released/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v9.60.1 (Fri Oct 23 2020)

#### 🐛 Bug Fix

- fix parsing PR body when it's empty [#1603](https://github.com/intuit/auto/pull/1603) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- fix parsing PR body when it's empty ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

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

---

# v9.59.0 (Wed Oct 14 2020)

#### 🚀 Enhancement
Expand Down

0 comments on commit 3c77a9b

Please sign in to comment.