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 28a334c commit 381bb51Copy full SHA for 381bb51
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.1.5](https://github.com/posva/vue-router-mock/compare/v0.1.4...v0.1.5) (2022-01-22)
2
+
3
+### Bug Fixes
4
5
+- remove unused option for spying ([28a334c](https://github.com/posva/vue-router-mock/commit/28a334c713025f925750b6a2df9aa461e9b646e9))
6
7
## [0.1.4](https://github.com/posva/vue-router-mock/compare/v0.1.3...v0.1.4) (2022-01-21)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router-mock",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Easily test your components by mocking the router",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
0 commit comments