Skip to content

Commit cc7f6df

Browse files
committed
chore: release v1.3.1
1 parent bb397a8 commit cc7f6df

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [1.3.1](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.0...v1.3.1) (2025-06-28)
6+
7+
### Bug Fixes
8+
9+
* **deps:** update all non-major dependencies ([#24](https://github.com/ghiscoding/native-copyfiles/issues/24)) ([6f888e1](https://github.com/ghiscoding/native-copyfiles/commit/6f888e14b6a0c6f2cd3eac967ae1d9a01e3bb73a))
10+
* ignore test spec files when publishing on npm ([fe1b24f](https://github.com/ghiscoding/native-copyfiles/commit/fe1b24f1d02fe76d45c4ec7fb941d994db5eb1ff))
11+
* strip package fields w/releasing on npm ([2a1cba9](https://github.com/ghiscoding/native-copyfiles/commit/2a1cba90c43e83e5b78fa1d88ded75ea78cc4734))
12+
513
## [1.3.0](https://github.com/ghiscoding/native-copyfiles/compare/v1.2.1...v1.3.0) (2025-06-26)
614

715
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-copyfiles",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"
@@ -72,4 +72,4 @@
7272
"engines": {
7373
"node": "^20.0.0 || >=22.0.0"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)