Skip to content

Commit b453611

Browse files
committed
release: v0.1.3
1 parent f2bb5a7 commit b453611

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.3](https://github.com/posva/vue-router-mock/compare/v0.1.2...v0.1.3) (2021-12-09)
2+
3+
### Features
4+
5+
- cleanup guards in reset ([3e07bd3](https://github.com/posva/vue-router-mock/commit/3e07bd33e20445a4fa0e0c937b9246c589404ea4))
6+
- detect global sinon to support peeky ([f2bb5a7](https://github.com/posva/vue-router-mock/commit/f2bb5a7a1c5d053171ff9c06a1acb830695c3fa5))
7+
18
## [0.1.2](https://github.com/posva/vue-router-mock/compare/v0.1.1...v0.1.2) (2021-11-26)
29

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