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 30, 2020
1 parent d6eedeb commit d7da140
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.0.1 (Thu Oct 29 2020)

#### 🐛 Bug Fix

- `@auto-it/first-time-contributor`
- better first-time-contributor thanking [#1619](https://github.com/intuit/auto/pull/1619) ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

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

---

# v10.0.0 (Thu Oct 29 2020)

### Release Notes
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/v10.0.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.0.1/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
14 changes: 14 additions & 0 deletions plugins/first-time-contributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v10.0.1 (Thu Oct 29 2020)

#### 🐛 Bug Fix

- better first-time-contributor thanking [#1619](https://github.com/intuit/auto/pull/1619) ([@hipstersmoothie](https://github.com/hipstersmoothie))
- use node_id and correct commit ([@hipstersmoothie](https://github.com/hipstersmoothie))
- better first-time-contributor thanking ([@hipstersmoothie](https://github.com/hipstersmoothie))

#### Authors: 1

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

---

# v10.0.0 (Thu Oct 29 2020)

### Release Notes
Expand Down

0 comments on commit d7da140

Please sign in to comment.