Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 9, 2021
1 parent f2bb5a7 commit b453611
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.1.3](https://github.com/posva/vue-router-mock/compare/v0.1.2...v0.1.3) (2021-12-09)

### Features

- cleanup guards in reset ([3e07bd3](https://github.com/posva/vue-router-mock/commit/3e07bd33e20445a4fa0e0c937b9246c589404ea4))
- detect global sinon to support peeky ([f2bb5a7](https://github.com/posva/vue-router-mock/commit/f2bb5a7a1c5d053171ff9c06a1acb830695c3fa5))

## [0.1.2](https://github.com/posva/vue-router-mock/compare/v0.1.1...v0.1.2) (2021-11-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-router-mock",
"version": "0.1.2",
"version": "0.1.3",
"description": "Easily test your components by mocking the router",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit b453611

Please sign in to comment.