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 Aug 12, 2021
1 parent 40f5c49 commit dc597ee
Show file tree
Hide file tree
Showing 4 changed files with 69 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 @@
# v10.31.0 (Thu Aug 12 2021)

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

Thank you, Cameron Yick ([@hydrosquall](https://github.com/hydrosquall)), for all your work!

#### 🚀 Enhancement

- `@auto-it/npm`
- feat(plugins/npm): permit lerna publish to use automation tokens [#2032](https://github.com/intuit/auto/pull/2032) ([@hydrosquall](https://github.com/hydrosquall))

#### 🐛 Bug Fix

- Upgrade to GitHub-native Dependabot [#1970](https://github.com/intuit/auto/pull/1970) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- [Security] Bump tar from 4.4.13 to 4.4.15 [#2048](https://github.com/intuit/auto/pull/2048) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))

#### Authors: 2

- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Cameron Yick ([@hydrosquall](https://github.com/hydrosquall))

---

# v10.30.0 (Thu Jul 22 2021)

: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/v10.30.0/auto-linux.gz | gunzip > ~/auto
curl -vkL -o - https://github.com/intuit/auto/releases/download/v10.31.0/auto-linux.gz | gunzip > ~/auto
# Make auto executable
chmod a+x ~/auto
```
Expand Down
21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v10.31.0 (Thu Aug 12 2021)

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

Thank you, Cameron Yick ([@hydrosquall](https://github.com/hydrosquall)), for all your work!

#### 🚀 Enhancement

- feat(plugins/npm): permit lerna publish to use automation tokens [#2032](https://github.com/intuit/auto/pull/2032) ([@hydrosquall](https://github.com/hydrosquall))

#### 🐛 Bug Fix

- Upgrade to GitHub-native Dependabot [#1970](https://github.com/intuit/auto/pull/1970) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))

#### Authors: 2

- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Cameron Yick ([@hydrosquall](https://github.com/hydrosquall))

---

# v10.29.0 (Fri May 21 2021)

#### 🚀 Enhancement
Expand Down
24 changes: 24 additions & 0 deletions plugins/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v10.31.0 (Thu Aug 12 2021)

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

Thank you, Cameron Yick ([@hydrosquall](https://github.com/hydrosquall)), for all your work!

#### 🚀 Enhancement

- feat(plugins/npm): permit lerna publish to use automation tokens [#2032](https://github.com/intuit/auto/pull/2032) ([@hydrosquall](https://github.com/hydrosquall))

#### 🐛 Bug Fix

- Upgrade to GitHub-native Dependabot [#1970](https://github.com/intuit/auto/pull/1970) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- doc(plugins/npm): remove manual instructions for working with 2FA automation tokens ([@hydrosquall](https://github.com/hydrosquall))
- fix: update npx publish CLI flag tests ([@hydrosquall](https://github.com/hydrosquall))
- feat: permit lerna publish to use automation tokens ([@hydrosquall](https://github.com/hydrosquall))

#### Authors: 2

- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])
- Cameron Yick ([@hydrosquall](https://github.com/hydrosquall))

---

# v10.30.0 (Thu Jul 22 2021)

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

0 comments on commit dc597ee

Please sign in to comment.