Skip to content

Commit 340df28

Browse files
author
Franck Freiburger
committed
chore(release): 0.9.5
1 parent 0a5bb3f commit 340df28

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.9.5](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.4...v0.9.5) (2024-02-06)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** support resource path with search string (ex. comp.vue?v=a87e5cc1) ([2534495](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/2534495d4a7b06ce75d3b3966d8565b6ec89f1b9)), closes [#182](https://github.com/FranckFreiburger/vue3-sfc-loader/issues/182)
8+
29
### [0.9.4](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.3...v0.9.4) (2024-01-29)
310

411
### [0.9.3](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.2...v0.9.3) (2024-01-22)

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.9.4",
22+
"version": "0.9.5",
2323
"browserslist": "> 1%, last 8 versions, Firefox ESR and not dead",
2424
"browser": "./dist/vue3-sfc-loader.js",
2525
"main": "./dist/vue3-sfc-loader.js",
@@ -54,7 +54,7 @@
5454
"build-web": "rimraf ./dist/ && cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
5555
"build-node": "rollup --config ./build/rollup.config-node.mjs",
5656
"docs": "cross-env-shell \"node build/evalHtmlComments.js README.md $npm_package_version && node build/evalHtmlComments.js docs/examples.md $npm_package_version && typedoc --logLevel 1 --plugin typedoc-plugin-markdown --tsconfig ./build/tsconfig.json --out ./docs/api --readme none --excludeInternal --namedAnchors true ./src/index.ts\"",
57-
"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",
57+
"pushDocs": "yarn run docs && git add docs/ README.md && cross-env-shell git commit -m \\\"chore(docs): v$npm_package_version API docs & examples \\\" docs",
5858
"release": "standard-version --header \"\""
5959
},
6060
"standard-version": {

0 commit comments

Comments
 (0)