We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d216c commit fbd2b46Copy full SHA for fbd2b46
CHANGELOG.md
@@ -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
7
# [0.2.0](https://github.com/posva/vue-router-mock/compare/v0.1.9...v0.2.0) (2023-02-28)
8
9
### Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "vue-router-mock",
"packageManager": "[email protected]",
- "version": "0.2.0",
+ "version": "1.0.0",
"description": "Easily test your components by mocking the router",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments