Skip to content

Commit e4051ac

Browse files
committed
chore: release v1.3.3
1 parent 837fd07 commit e4051ac

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.3](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.2...v1.3.3) (2025-07-05)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump all dependencies ([f46c973](https://github.com/ghiscoding/native-copyfiles/commit/f46c973de31e43bb743e9e86f4dd5286017ddce8))
10+
* **deps:** update cli-nano to latest w/better typing & smaller build ([#29](https://github.com/ghiscoding/native-copyfiles/issues/29)) ([489b89e](https://github.com/ghiscoding/native-copyfiles/commit/489b89e006e3522f8d3e9037a313bf9a726517e5))
11+
* use only declaration maps ([#30](https://github.com/ghiscoding/native-copyfiles/issues/30)) ([837fd07](https://github.com/ghiscoding/native-copyfiles/commit/837fd078e375a43812907ea909e75b47bfed91a9))
12+
513
## [1.3.2](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.1...v1.3.2) (2025-07-02)
614

715
### 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.2",
3+
"version": "1.3.3",
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)