Skip to content

Commit b487cce

Browse files
committed
8.0.0
1 parent f17186a commit b487cce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [v7.0.2](https://github.com/bcomnes/cpx2/compare/v7.0.1...v7.0.2)
10+
## [v8.0.0](https://github.com/bcomnes/cpx2/compare/v7.0.2...v8.0.0)
11+
12+
### Commits
13+
14+
- **Breaking change:** Update engines field to node 20 [`f17186a`](https://github.com/bcomnes/cpx2/commit/f17186af668d775765dfbaf5929b54901d7b84ee)
15+
- Merge pull request #125 from bcomnes/deps [`edb319e`](https://github.com/bcomnes/cpx2/commit/edb319e0258c50455bbd1c1f0e1caff069f0edeb)
16+
- Update p-map and double check installed-check [`af2efce`](https://github.com/bcomnes/cpx2/commit/af2efcef86b62e7ebf81774ad09a1ea3ba13b26e)
17+
18+
## [v7.0.2](https://github.com/bcomnes/cpx2/compare/v7.0.1...v7.0.2) - 2024-10-04
1119

1220
### Merged
1321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpx2",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"description": "Copy file globs, watching for changes.",
55
"engines": {
66
"node": "^20.0.0 || >=22.0.0",

0 commit comments

Comments
 (0)