Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckFreiburger committed Mar 14, 2021
1 parent dc05c73 commit 81ba92a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

### [0.4.2](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.1...v0.4.2) (2021-03-14)


### Features

* **core:** allow output bundle as es6 module (yarn run build --env libraryTargetModule) ([2cbe3e5](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/2cbe3e5f562ad08167f92fd2f1d4c4976feaa5b7))


### Bug Fixes

* **vue2:** add jsx support ([c48e9e2](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/c48e9e24614086c476bb4ee05dc288ec3f3d9b4d))
* **vue3:** fix jsx support ([5442edc](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/5442edc876e5680b6d5c700eef32150bb0495c62))

### [0.4.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.3.1...v0.4.1) (2021-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://franck-freiburger.com/"
},
"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
"main": "dist/vue3-sfc-loader.js",
"scripts": {
Expand Down

0 comments on commit 81ba92a

Please sign in to comment.