Skip to content

Commit 01fadca

Browse files
chore: release v1.0.1
1 parent 28f906e commit 01fadca

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,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2023-05-10
10+
911
## [1.0.0] - 2023-02-23
1012
### Added
1113
- Content merge feature. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#merge-extended).
1214
- 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).
1315
- 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)
1416

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

0 commit comments

Comments
 (0)