Skip to content

Commit 686318c

Browse files
committed
release: v4.0.148
1 parent c4b9b62 commit 686318c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.0.148](https://github.com/vuejs/router/compare/v4.0.14...v4.0.148) (2022-04-22)
2+
3+
### Bug Fixes
4+
5+
- **matcher:** keep trailing slash on empty optional params ([2f1e9b9](https://github.com/vuejs/router/commit/2f1e9b976d7c5c1ada38c57f276304688d31b7e4)), closes [#1357](https://github.com/vuejs/router/issues/1357)
6+
- no dist ([c4b9b62](https://github.com/vuejs/router/commit/c4b9b623cb899d79fea8e3209332088b3434fb9b))
7+
- RouterView remounts ([b81296c](https://github.com/vuejs/router/commit/b81296c04d3c8d001b8cd58343cfe7b41d2589df))
8+
- setup history listeners once ([faa8562](https://github.com/vuejs/router/commit/faa85624d37367c638fb9272a4130d8524143120)), closes [#1344](https://github.com/vuejs/router/issues/1344)
9+
- **view:** handle @vue/compat automatically ([92becf6](https://github.com/vuejs/router/commit/92becf6dc6c4ef21985abb52887b4cec626f5c82)), closes [#1315](https://github.com/vuejs/router/issues/1315)
10+
111
## [4.0.14](https://github.com/vuejs/router/compare/v4.0.13...v4.0.14) (2022-03-10)
212

313
### Features

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "vue-router",
3-
"version": "4.0.147",
2+
"name": "@borisich37/vue-router",
3+
"version": "4.0.148",
44
"main": "dist/vue-router.cjs.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",
@@ -24,6 +24,9 @@
2424
"vetur/attributes.json",
2525
"README.md"
2626
],
27+
"publishConfig": {
28+
"access": "public"
29+
},
2730
"scripts": {
2831
"dev": "vite --config playground/vite.config.js",
2932
"release": "bash scripts/release.sh",

0 commit comments

Comments
 (0)