Skip to content

Commit fcc3d83

Browse files
author
Franck Freiburger
committed
chore(release): 0.8.3
1 parent 42ffb72 commit fcc3d83

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,4 +1,11 @@
11

2+
### [0.8.3](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.2...v0.8.3) (2021-06-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** fix toStringTag symbol for typed array ([4e684f2](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/4e684f244f2322cce7477c22c4e7ad1a9b158c3b))
8+
29
### [0.8.2](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v8.0.1...v0.8.2) (2021-06-29)
310

411

package.json

Lines changed: 2 additions & 2 deletions
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.8.2",
22+
"version": "0.8.3",
2323
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
2424
"main": "dist/vue3-sfc-loader.js",
2525
"types": "dist/vue3-sfc-loader.d.ts",
@@ -31,7 +31,7 @@
3131
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
3232
"build": "rimraf ./dist/ && cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
3333
"docs": "cross-env-shell \"node build/evalHtmlComments.js README.md $npm_package_version && node build/evalHtmlComments.js docs/examples.md $npm_package_version && typedoc --plugin typedoc-plugin-markdown --mode file --tsconfig ./build/tsconfig.json --inputFiles ./src/index.ts --out ./docs/api --readme none --stripInternal --namedAnchors true\"",
34-
"pushDocs": "yarn run docs && git add docs/ && cross-env-shell git commit -m \\\"chore(docs): v$npm_package_version API docs & examples \\\" docs",
34+
"pushDocs": "yarn run docs && git add docs/ && git add README.md && cross-env-shell git commit -m \\\"chore(docs): v$npm_package_version API docs & examples \\\" docs",
3535
"release": "standard-version --header \"\""
3636
},
3737
"standard-version": {

0 commit comments

Comments
 (0)