Skip to content

Commit 116fa15

Browse files
author
Franck Freiburger
committed
chore(release): 0.9.1
1 parent d935905 commit 116fa15

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
### [0.9.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.0...v0.9.1) (2024-01-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **build:** 'bugfix/transform-v8-static-class-fields-redefine-readonly' is not a babel plugin module name ([673bbe3](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/673bbe3d6193ba419c71475a536de7db852193cf))
8+
* **build:** add missing memory-fs package ([e956bb3](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/e956bb33386bb08a2121a26387f84c8788851402))
9+
* **build:** VUE_ENV alias ([5ba912d](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/5ba912d9f3a2a6b16073ccaa308ff9006b765e26))
10+
* **core:** missing bindingMetadata in scriptSetup cache ([a6d93fb](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/a6d93fb60883ef21cd8fcea5161a4d63ccec2e4e))
11+
* **core:** withCache key in createSFCModule() ([20857ca](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/20857ca425d36005307cfc5e7e51275ed93c42f7))
12+
* **docs:** typo ([95c1d0a](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/95c1d0aeda9f1e1e482018ea1d030193edaed302))
13+
214
## [0.9.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.4...v0.9.0) (2024-01-11)
315

416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/FranckFreiburger/vue3-sfc-loader"
2020
},
2121
"license": "MIT",
22-
"version": "0.9.0",
22+
"version": "0.9.1",
2323
"browserslist": "> 1%, last 8 versions, Firefox ESR and not dead",
2424
"main": "./dist/vue3-sfc-loader.js",
2525
"module": "./dist/vue3-sfc-loader.esm.js",

0 commit comments

Comments
 (0)