Skip to content

Commit 0bb0c20

Browse files
committed
chore: release v1.3.4
1 parent 03c6023 commit 0bb0c20

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.4](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.3...v1.3.4) (2025-07-09)
6+
7+
### Bug Fixes
8+
9+
* **deps:** update `cli-nano` to latest and add CLI examples ([#32](https://github.com/ghiscoding/native-copyfiles/issues/32)) ([03c6023](https://github.com/ghiscoding/native-copyfiles/commit/03c6023f05bf9b48039a8de375d577f4d1f495c7))
10+
511
## [1.3.3](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.2...v1.3.3) (2025-07-05)
612

713
### Bug Fixes

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.3",
3+
"version": "1.3.4",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"
@@ -76,4 +76,4 @@
7676
"type": "ko_fi",
7777
"url": "https://ko-fi.com/ghiscoding"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)