Skip to content

Commit 7b8bdee

Browse files
committed
release: v6.0.0-rc.1
1 parent 4f9e3fb commit 7b8bdee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [6.0.0-rc.1](https://github.com/vuejs/vuex-router-sync/compare/v5.0.0...v6.0.0-rc.1) (2021-02-05)
2+
3+
### Features
4+
5+
* make it compatible with vue3 (vuex 4 and router 4) ([#100](https://github.com/vuejs/vuex-router-sync/issues/100)) ([a2a300d](https://github.com/vuejs/vuex-router-sync/commit/a2a300d886c6b85957f54af9cff1ada78ad91ae1))
6+
17
# [5.0.0](https://github.com/vuejs/vuex-router-sync/compare/v4.1.0...v5.0.0) (2017-10-12)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuex-router-sync",
3-
"version": "5.0.0",
3+
"version": "6.0.0-rc.1",
44
"description": "Effortlessly keep vue-router and vuex store in sync.",
55
"main": "dist/vuex-router-sync.js",
66
"browser": "dist/vuex-router-sync.esm-browser.js",

0 commit comments

Comments
 (0)