Skip to content

Commit b484f4d

Browse files
committed
chore: release v1.0.0
1 parent a481b63 commit b484f4d

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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.0.0](https://github.com/ghiscoding/native-copyfiles/compare/0.3.2...v1.0.0) (2025-06-03)
6+
7+
### Features
8+
9+
* migrate from Promises to Streams ([#15](https://github.com/ghiscoding/native-copyfiles/issues/15)) ([b6e3825](https://github.com/ghiscoding/native-copyfiles/commit/b6e38255e91bb8c9355a79de57ea38bf78949989))
10+
11+
### Bug Fixes
12+
13+
* **deps:** update all non-major dependencies ([4292986](https://github.com/ghiscoding/native-copyfiles/commit/4292986d655eb7a192b9b91ac8b6f3ec28ce893f))
14+
* **deps:** update all non-major dependencies ([c7ec704](https://github.com/ghiscoding/native-copyfiles/commit/c7ec70410d0a9572ae842e27047d074a197a5d26))
15+
## [0.3.2](https://github.com/ghiscoding/native-copyfiles/compare/0.3.1...0.3.2) (2025-02-06)
16+
17+
### Bug Fixes
18+
19+
* Improve error message in case of problematic depth ([10e48cf](https://github.com/ghiscoding/native-copyfiles/commit/10e48cf75b7e61f4b3b2d414fdc3aeaf0dec0a14))
20+
## [0.3.1](https://github.com/ghiscoding/native-copyfiles/compare/0.3.0...0.3.1) (2025-02-04)
21+
22+
### Bug Fixes
23+
24+
* calculate folder depth was offset ([8058b10](https://github.com/ghiscoding/native-copyfiles/commit/8058b105eb1e23e25470a78f57690161e92057b3))
25+
## [0.3.0](https://github.com/ghiscoding/native-copyfiles/compare/097ad00704a8c5612024d76d0f7ba232a174d938...0.3.0) (2025-02-04)
26+
27+
### Bug Fixes
28+
29+
* rewrite up option & default to 0 ([097ad00](https://github.com/ghiscoding/native-copyfiles/commit/097ad00704a8c5612024d76d0f7ba232a174d938))
30+
131
# Change Log
232
All notable changes to this project will be documented in this file.
333
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
@@ -18,4 +48,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1848

1949
### Bug Fixes
2050

21-
* rewrite up option & default to 0 ([097ad00](https://github.com/ghiscoding/native-copyfiles/commit/097ad00704a8c5612024d76d0f7ba232a174d938))
51+
* 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": "0.3.2",
3+
"version": "1.0.0",
44
"description": "a small JS and CLI util to copy files",
55
"bin": {
66
"copyfiles": "dist/cli.js"
@@ -56,4 +56,4 @@
5656
"typescript": "^5.8.3",
5757
"vitest": "^3.2.0"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)