diff --git a/CHANGELOG.md b/CHANGELOG.md index e244e1d..08b7af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v6.0.1](https://github.com/bcomnes/cpx2/compare/v6.0.0...v6.0.1) +## [v7.0.0](https://github.com/bcomnes/cpx2/compare/v6.0.1...v7.0.0) + +### Commits + +- Remove files filter [`e9ef541`](https://github.com/bcomnes/cpx2/commit/e9ef541d5c2e0ca8fb5614a470def89443515532) +- Bump minimum node version to lts 20 [`56bbc19`](https://github.com/bcomnes/cpx2/commit/56bbc19f9d5f50037ad222792d323920677836e9) +- Upgrade: Bump debounce from 1.2.1 to 2.0.0 [`390cd9d`](https://github.com/bcomnes/cpx2/commit/390cd9dda1a57d6d775d1b93bd379ffc4c1f9b43) + +## [v6.0.1](https://github.com/bcomnes/cpx2/compare/v6.0.0...v6.0.1) - 2023-10-25 ### Merged diff --git a/package.json b/package.json index ade419a..474d528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpx2", - "version": "6.0.1", + "version": "7.0.0", "description": "Copy file globs, watching for changes.", "engines": { "node": ">=20",