Skip to content

Commit f4a7f88

Browse files
committed
chore: release v0.1.4
1 parent 1642c37 commit f4a7f88

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.4](https://github.com/xiaoluoboding/vue-sfc2esm/compare/v0.1.3...v0.1.4) (2021-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* use production mode ([1642c37](https://github.com/xiaoluoboding/vue-sfc2esm/commit/1642c372cd1a782bf0c4b5d352457dff6833efdd))
7+
8+
9+
110
## [0.1.3](https://github.com/xiaoluoboding/vue-sfc2esm/compare/v0.1.2...v0.1.3) (2021-05-12)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-sfc2esm",
33
"description": "Transpiled Vue SFC File to ES Modules.",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"scripts": {
66
"dev": "cross-env NODE_ENV=development nodemon --watch './**/*.ts' --exec 'ts-node' examples/index.ts",
77
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js",

0 commit comments

Comments
 (0)