Skip to content

Commit 629338d

Browse files
chore: release v1.0.0
1 parent 8230f35 commit 629338d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.0.0] - 2023-02-23
910
### Added
1011
- Content merge feature. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#merge-extended).
1112
- 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).
1213
- 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)
1314

14-
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/8d65633...HEAD
15+
[Unreleased]: https://github.com/syJSdev/rollup-plugin-copy-merge/compare/v1.0.0...HEAD
16+
[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-beta.0",
4+
"version": "1.0.0",
55
"author": "syJSdev <[email protected]>",
66
"repository": "syJSdev/rollup-plugin-copy-merge",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)