Skip to content

Commit 9555f4c

Browse files
committed
chore: release v1.3.5
1 parent fabeacc commit 9555f4c

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.5](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.4...v1.3.5) (2025-07-14)
6+
7+
### Bug Fixes
8+
9+
* `.git` and `node_modules` should be excluded by default ([#34](https://github.com/ghiscoding/native-copyfiles/issues/34)) ([7f3a4c9](https://github.com/ghiscoding/native-copyfiles/commit/7f3a4c989391eab1341406712ebb8e15f50895c2))
10+
511
## [1.3.4](https://github.com/ghiscoding/native-copyfiles/compare/v1.3.3...v1.3.4) (2025-07-09)
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.4",
3+
"version": "1.3.5",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"
@@ -75,4 +75,4 @@
7575
"type": "ko_fi",
7676
"url": "https://ko-fi.com/ghiscoding"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)