Skip to content

Commit c7fb86b

Browse files
committed
chore: release v1.3.0
1 parent 781c9bd commit c7fb86b

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4+
5+
## [1.3.0](https://github.com/ghiscoding/native-copyfiles/compare/v1.2.1...v1.3.0) (2025-06-26)
6+
7+
### Features
8+
9+
* migrate from `yargs` to `cli-nano` ([#23](https://github.com/ghiscoding/native-copyfiles/issues/23)) ([e012c76](https://github.com/ghiscoding/native-copyfiles/commit/e012c76120f45a267fd7f5efad3cde3ebdd9922b))
10+
111
# Change Log
212
All notable changes to this project will be documented in this file.
313
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -45,4 +55,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4555

4656
### Bug Fixes
4757

48-
* rewrite up option & default to 0 ([097ad00](https://github.com/ghiscoding/native-copyfiles/commit/097ad00704a8c5612024d76d0f7ba232a174d938))
58+
* rewrite up option & default to 0 ([097ad00](https://github.com/ghiscoding/native-copyfiles/commit/097ad00704a8c5612024d76d0f7ba232a174d938))

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.2.1",
3+
"version": "1.3.0",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"
@@ -69,4 +69,4 @@
6969
"engines": {
7070
"node": "^20.0.0 || >=22.0.0"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)