Skip to content

Commit 381bb51

Browse files
committed
release: v0.1.5
1 parent 28a334c commit 381bb51

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.1.4](https://github.com/posva/vue-router-mock/compare/v0.1.3...v0.1.4) (2022-01-21)
28

39
### Features

package.json

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

0 commit comments

Comments
 (0)