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 Jul 16, 2020
1 parent 44c0653 commit ebcc452
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v9.47.0 (Thu Jul 16 2020)

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

Thank you, David Stone ([@stabbylambda](https://github.com/stabbylambda)), for all your work!

#### 🚀 Enhancement

- `auto`, `@auto-it/core`
- Add `--exists $LABEL` to label command [#1383](https://github.com/intuit/auto/pull/1383) ([@stabbylambda](https://github.com/stabbylambda))

#### Authors: 1

- David Stone ([@stabbylambda](https://github.com/stabbylambda))

---

# v9.46.0 (Tue Jul 14 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 @@ -13,7 +13,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.46.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v9.47.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
20 changes: 20 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v9.47.0 (Thu Jul 16 2020)

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

Thank you, David Stone ([@stabbylambda](https://github.com/stabbylambda)), for all your work!

#### 🚀 Enhancement

- Add `--exists $LABEL` to label command [#1383](https://github.com/intuit/auto/pull/1383) ([@stabbylambda](https://github.com/stabbylambda))

#### 🐛 Bug Fix

- Add `--exists $LABEL` to label command ([@stabbylambda](https://github.com/stabbylambda))

#### Authors: 1

- David Stone ([@stabbylambda](https://github.com/stabbylambda))

---

# v9.46.0 (Tue Jul 14 2020)

#### 🚀 Enhancement
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v9.47.0 (Thu Jul 16 2020)

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

Thank you, David Stone ([@stabbylambda](https://github.com/stabbylambda)), for all your work!

#### 🚀 Enhancement

- Add `--exists $LABEL` to label command [#1383](https://github.com/intuit/auto/pull/1383) ([@stabbylambda](https://github.com/stabbylambda))

#### 🐛 Bug Fix

- Add `--exists $LABEL` to label command ([@stabbylambda](https://github.com/stabbylambda))

#### Authors: 1

- David Stone ([@stabbylambda](https://github.com/stabbylambda))

---

# v9.45.0 (Mon Jul 13 2020)

### Release Notes
Expand Down

0 comments on commit ebcc452

Please sign in to comment.