Skip to content

Commit cafbd42

Browse files
chore: release v1.0.3
1 parent 0bc18b1 commit cafbd42

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.3] - 2025-06-17
10+
911
## [1.0.2] - 2023-05-10
1012

1113
## [1.0.1] - 2023-05-10
@@ -16,7 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1618
- Source file info arguments in `rename` callback. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#rename-with-a-function).
1719
- Source file info arguments in `transform` callback. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#transform-file-contents)
1820

19-
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.2...HEAD
21+
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.3...HEAD
22+
[1.0.3]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.2...v1.0.3
2023
[1.0.2]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.1...v1.0.2
2124
[1.0.1]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.0...v1.0.1
2225
[1.0.0]: https://github.com/syJSdev/rollup-plugin-copy-merge/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rollup-plugin-copy-merge",
33
"description": "Copy & Merge files and folders using Rollup",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"author": "syJSdev <[email protected]>",
66
"repository": "syJSdev/rollup-plugin-copy-merge",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)