Skip to content

Commit 53aa514

Browse files
committed
chore: release v1.2.0
1 parent f865569 commit 53aa514

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.2.0](https://github.com/ghiscoding/native-copyfiles/compare/v1.1.0...v1.2.0) (2025-06-07)
6+
7+
### Features
8+
9+
* add --dry-run option ([#22](https://github.com/ghiscoding/native-copyfiles/issues/22)) ([df73230](https://github.com/ghiscoding/native-copyfiles/commit/df732302fb2da4d4c8bc3621f955995c0240f5d2))
10+
511
## [1.1.0](https://github.com/ghiscoding/native-copyfiles/compare/v1.0.0...v1.1.0) (2025-06-06)
612

713
### 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.1.0",
3+
"version": "1.2.0",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"
@@ -68,4 +68,4 @@
6868
"engines": {
6969
"node": "^20.0.0 || >=22.0.0"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)