We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816f5fa commit eccffb2Copy full SHA for eccffb2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.1.2](https://github.com/posva/vue-router-mock/compare/v0.1.1...v0.1.2) (2021-11-26)
2
+
3
+### Features
4
5
+- undeprecate runInComponentGuards ([816f5fa](https://github.com/posva/vue-router-mock/commit/816f5fa397277a24f904e77e29b6027c64557d64))
6
7
## [0.1.1](https://github.com/posva/vue-router-mock/compare/v0.1.0...v0.1.1) (2021-11-26)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router-mock",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Easily test your components by mocking the router",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments