Skip to content

Commit b6233b6

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2023-12-06) ### Bug Fixes * unsupport commonjs import ([341583a](341583a))
1 parent 341583a commit b6233b6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/CJGroup/rollup-plugin-transform-yaml/compare/v1.0.0...v1.0.1) (2023-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* unsupport commonjs import ([341583a](https://github.com/CJGroup/rollup-plugin-transform-yaml/commit/341583ae60bb8fcc6f6525da7634db5af5c51d4b))
7+
18
# 1.0.0 (2023-12-06)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "rollup-plugin-transform-yaml",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A rollup.js (https://rollupjs.org) plugin that can transform yaml into json.",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",
77
"types": "lib/index.d.ts",
8-
"exports" : {
8+
"exports": {
99
"import": "./lib/index.mjs",
1010
"require": "./lib/index.js"
1111
},

0 commit comments

Comments
 (0)