Skip to content

Commit 5be7026

Browse files
committed
release: v0.1.4
1 parent b7fd685 commit 5be7026

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.4](https://github.com/posva/vue-router-mock/compare/v0.1.3...v0.1.4) (2022-01-21)
2+
3+
### Features
4+
5+
- create and restore spies with other test frameworks ([#144](https://github.com/posva/vue-router-mock/issues/144)) ([b7fd685](https://github.com/posva/vue-router-mock/commit/b7fd685c03a72f767b50fa4c5ed4e45f0385f5a3))
6+
- Add support to vitest
7+
18
## [0.1.3](https://github.com/posva/vue-router-mock/compare/v0.1.2...v0.1.3) (2021-12-09)
29

310
### 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.3",
3+
"version": "0.1.4",
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)