Skip to content

Commit 94a0696

Browse files
chore: release v1.0.2
1 parent 01fadca commit 94a0696

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.2] - 2023-05-10
10+
911
## [1.0.1] - 2023-05-10
1012

1113
## [1.0.0] - 2023-02-23
@@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1416
- 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).
1517
- 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)
1618

17-
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.1...HEAD
19+
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.2...HEAD
20+
[1.0.2]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.1...v1.0.2
1821
[1.0.1]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.0...v1.0.1
1922
[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.1",
4+
"version": "1.0.2",
55
"author": "syJSdev <whitedragon226@gmail.com>",
66
"repository": "syJSdev/rollup-plugin-copy-merge",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)