Skip to content

Commit 774e309

Browse files
chore: release v1.0.0-beta.0
1 parent 2c59b2a commit 774e309

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.0.0-beta.0] - 2023-02-23
1010
### Added
11-
1211
- Content merge feature. Read me [here](https://github.com/syJSdev/rollup-plugin-copy-merge/tree/v1.0.0/readme.md#merge-extended).
1312
- 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).
1413
- 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)
1514

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

0 commit comments

Comments
 (0)