diff --git a/CHANGELOG.md b/CHANGELOG.md index 543c44f..4cb854d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e0895b8..03f1782 100644 --- a/package.json +++ b/package.json @@ -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"