diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fce83..53073c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v5.0.0](https://github.com/bcomnes/cpx2/compare/v4.2.3...v5.0.0) +## [v6.0.0](https://github.com/bcomnes/cpx2/compare/v5.0.0...v6.0.0) + +### Merged + +- Update to the latest glob [`#110`](https://github.com/bcomnes/cpx2/pull/110) +- Upgrade: Bump actions/checkout from 3 to 4 [`#109`](https://github.com/bcomnes/cpx2/pull/109) + +### Commits + +- Update test.yml [`f93bad5`](https://github.com/bcomnes/cpx2/commit/f93bad5f774f71185e97286b697ef88815d64433) +- Fix import [`f03ed57`](https://github.com/bcomnes/cpx2/commit/f03ed5740ca0eb52a1ad409a09ecfc965f7651d1) +- Fix CI versions [`65f2e64`](https://github.com/bcomnes/cpx2/commit/65f2e64595f8c8162198c05cda9901f66ab79acd) + +## [v5.0.0](https://github.com/bcomnes/cpx2/compare/v4.2.3...v5.0.0) - 2023-07-05 ### Merged diff --git a/package.json b/package.json index 81dd0dc..dd1728c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpx2", - "version": "5.0.0", + "version": "6.0.0", "description": "Copy file globs, watching for changes.", "engines": { "node": ">=16"