Skip to content

Commit b425f29

Browse files
committed
chore: release v1.3.2
1 parent 9cf2fa3 commit b425f29

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.2](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.1...v1.3.2) (2025-07-02)
6+
7+
### Bug Fixes
8+
9+
* **deps:** upgrade `cli-nano` to new major version ([#26](https://github.com/ghiscoding/native-copyfiles/issues/26)) ([9cf2fa3](https://github.com/ghiscoding/native-copyfiles/commit/9cf2fa361d6899c112d3a0f20dac0c60b6927966))
10+
511
## [1.3.1](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.0...v1.3.1) (2025-06-28)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-copyfiles",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"

0 commit comments

Comments
 (0)