diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c011f..aace8fb 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). -## [v7.0.2](https://github.com/bcomnes/cpx2/compare/v7.0.1...v7.0.2) +## [v8.0.0](https://github.com/bcomnes/cpx2/compare/v7.0.2...v8.0.0) + +### Commits + +- **Breaking change:** Update engines field to node 20 [`f17186a`](https://github.com/bcomnes/cpx2/commit/f17186af668d775765dfbaf5929b54901d7b84ee) +- Merge pull request #125 from bcomnes/deps [`edb319e`](https://github.com/bcomnes/cpx2/commit/edb319e0258c50455bbd1c1f0e1caff069f0edeb) +- Update p-map and double check installed-check [`af2efce`](https://github.com/bcomnes/cpx2/commit/af2efcef86b62e7ebf81774ad09a1ea3ba13b26e) + +## [v7.0.2](https://github.com/bcomnes/cpx2/compare/v7.0.1...v7.0.2) - 2024-10-04 ### Merged diff --git a/package.json b/package.json index 5b78727..a4c8b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpx2", - "version": "7.0.2", + "version": "8.0.0", "description": "Copy file globs, watching for changes.", "engines": { "node": "^20.0.0 || >=22.0.0",