Skip to content

Commit

Permalink
release: vue-router@4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 5, 2023
1 parent 2e93d4b commit 27ba8dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/router/CHANGELOG.md
@@ -1,3 +1,9 @@
## [4.2.3](https://github.com/vuejs/router/compare/v4.2.2...v4.2.3) (2023-07-05)

### Performance Improvements

- use getter instead of `computed` for route location ([#1916](https://github.com/vuejs/router/issues/1916)) ([f1b839e](https://github.com/vuejs/router/commit/f1b839e7fc46d5b24dadb64cdc8e3cc95010ccfa))

## [4.2.2](https://github.com/vuejs/router/compare/v4.2.1...v4.2.2) (2023-05-29)

This version contains no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
"version": "4.2.2",
"version": "4.2.3",
"main": "index.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
Expand Down

0 comments on commit 27ba8dd

Please sign in to comment.