Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 25, 2023
1 parent 56bbc19 commit 69769ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpx2",
"version": "6.0.1",
"version": "7.0.0",
"description": "Copy file globs, watching for changes.",
"engines": {
"node": ">=20",
Expand Down

0 comments on commit 69769ad

Please sign in to comment.