Skip to content

Commit ab31d0e

Browse files
committed
feat: bump version to 0.2.0
1 parent 682198d commit ab31d0e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
7979
${{ steps.extract-changelog.outputs.changelog }}
8080
81-
[View full changelog](https://github.com/lingbopro/rollup-plugin-custom-import/blob/main/CHANGELOG.md) |
81+
[View full changelog](https://github.com/lingbopro/rollup-plugin-custom-import/blob/main/CHANGELOG.md)
8282
[View on NPM](https://www.npmjs.com/package/rollup-plugin-custom-import/v/${{ steps.extract-version.outputs.version }})

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.2.0
4+
5+
- Allow `FileContentSetter` to return string or SourceDescription
6+
- Simplify content option examples
7+
- Add type checking support for options
8+
39
## 0.1.0
410

511
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-custom-import",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Customize the content of the imported module - not just the text",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)