Skip to content

Commit

Permalink
chore(release): 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Freiburger committed Feb 6, 2024
1 parent 0a5bb3f commit 340df28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

### [0.9.5](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.4...v0.9.5) (2024-02-06)


### Bug Fixes

* **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)

### [0.9.4](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.3...v0.9.4) (2024-01-29)

### [0.9.3](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.9.2...v0.9.3) (2024-01-22)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/FranckFreiburger/vue3-sfc-loader"
},
"license": "MIT",
"version": "0.9.4",
"version": "0.9.5",
"browserslist": "> 1%, last 8 versions, Firefox ESR and not dead",
"browser": "./dist/vue3-sfc-loader.js",
"main": "./dist/vue3-sfc-loader.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"build-web": "rimraf ./dist/ && cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
"build-node": "rollup --config ./build/rollup.config-node.mjs",
"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\"",
"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",
"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",
"release": "standard-version --header \"\""
},
"standard-version": {
Expand Down

0 comments on commit 340df28

Please sign in to comment.