Skip to content

Commit fbd2b46

Browse files
committed
release: v1.0.0
1 parent b8d216c commit fbd2b46

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.0.0](https://github.com/posva/vue-router-mock/compare/v0.2.0...v1.0.0) (2023-07-18)
2+
3+
### Bug Fixes
4+
5+
- upgrade vue-test-utils types ([b8faf58](https://github.com/posva/vue-router-mock/commit/b8faf58a6f24cda6d1b38f64201230e707cd3826))
6+
17
# [0.2.0](https://github.com/posva/vue-router-mock/compare/v0.1.9...v0.2.0) (2023-02-28)
28

39
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-router-mock",
33
"packageManager": "[email protected]",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"description": "Easily test your components by mocking the router",
66
"main": "dist/index.cjs",
77
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)