Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 9, 2021
1 parent 9db062f commit a00585b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v3.0.1](https://github.com/bcomnes/cpx2/compare/v3.0.0...v3.0.1)

### Merged

- Upgrade: Bump actions/setup-node from 2.3.2 to 2.4.0 [`#31`](https://github.com/bcomnes/cpx2/pull/31)
- Exit when stdin closes [`#23`](https://github.com/bcomnes/cpx2/pull/23)
- Upgrade: Bump fs-extra from 9.1.0 to 10.0.0 [`#17`](https://github.com/bcomnes/cpx2/pull/17)
- Upgrade: Bump gh-release from 4.0.4 to 6.0.0 [`#20`](https://github.com/bcomnes/cpx2/pull/20)
- Upgrade: Bump mocha from 8.4.0 to 9.0.3 [`#28`](https://github.com/bcomnes/cpx2/pull/28)
- Upgrade: Bump actions/setup-node from 2.1.2 to 2.3.2 [`#30`](https://github.com/bcomnes/cpx2/pull/30)
- Upgrade: Bump actions/checkout from v2.3.3 to v2.3.4 [`#11`](https://github.com/bcomnes/cpx2/pull/11)
- Upgrade: Bump bcomnes/npm-bump from v2.0.1 to v2.0.2 [`#10`](https://github.com/bcomnes/cpx2/pull/10)
- Upgrade: Bump actions/setup-node from v2.1.1 to v2.1.2 [`#9`](https://github.com/bcomnes/cpx2/pull/9)
- Upgrade: Bump actions/checkout from v2.3.2 to v2.3.3 [`#8`](https://github.com/bcomnes/cpx2/pull/8)

### Commits

- Lint [`9db062f`](https://github.com/bcomnes/cpx2/commit/9db062f4e5131540b3a39ae58860a49b2fdf191a)

## [v3.0.0](https://github.com/bcomnes/cpx2/compare/v2.0.0...v3.0.0) - 2020-09-18

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpx2",
"version": "3.0.0",
"version": "3.0.1",
"description": "Copy file globs, watching for changes.",
"engines": {
"node": ">=6.5"
Expand Down

0 comments on commit a00585b

Please sign in to comment.