Skip to content

Commit eccffb2

Browse files
committed
release: v0.1.2
1 parent 816f5fa commit eccffb2

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+
## [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+
17
## [0.1.1](https://github.com/posva/vue-router-mock/compare/v0.1.0...v0.1.1) (2021-11-26)
28

39
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router-mock",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Easily test your components by mocking the router",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)