Skip to content

Commit

Permalink
7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 4, 2024
1 parent e35a68a commit 0fc01d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@ 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.1](https://github.com/bcomnes/cpx2/compare/v7.0.0...v7.0.1)
## [v7.0.2](https://github.com/bcomnes/cpx2/compare/v7.0.1...v7.0.2)

### Merged

- Upgrade: Bump glob from 10.4.4 to 11.0.0 [`#119`](https://github.com/bcomnes/cpx2/pull/119)
- Upgrade: Bump minimatch from 9.0.5 to 10.0.1 [`#118`](https://github.com/bcomnes/cpx2/pull/118)
- Upgrade: Bump nyc from 15.1.0 to 17.0.0 [`#117`](https://github.com/bcomnes/cpx2/pull/117)

### Fixed

- Set allowRelativePaths for apply acitons [`#113`](https://github.com/bcomnes/cpx2/issues/113)

### Commits

- Merge pull request #124 from bcomnes/fix-relative-copy-errors [`e35a68a`](https://github.com/bcomnes/cpx2/commit/e35a68ad3c268a6a8ea1ae2e3c17c89264251844)
- Merge pull request #123 from bcomnes/neostandard [`ab10190`](https://github.com/bcomnes/cpx2/commit/ab10190b16e7c00c212812b3d7b1ada514274359)
- Autofix [`1396a28`](https://github.com/bcomnes/cpx2/commit/1396a28cf26903aa1f4796c3f9d902a3dff32241)

## [v7.0.1](https://github.com/bcomnes/cpx2/compare/v7.0.0...v7.0.1) - 2023-12-29

### Commits

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": "7.0.1",
"version": "7.0.2",
"description": "Copy file globs, watching for changes.",
"engines": {
"node": ">=18",
Expand Down

0 comments on commit 0fc01d0

Please sign in to comment.