Skip to content

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 21, 2022
1 parent b7fd685 commit 5be7026
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.4](https://github.com/posva/vue-router-mock/compare/v0.1.3...v0.1.4) (2022-01-21)

### Features

- 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))
- Add support to vitest

## [0.1.3](https://github.com/posva/vue-router-mock/compare/v0.1.2...v0.1.3) (2021-12-09)

### 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.3",
"version": "0.1.4",
"description": "Easily test your components by mocking the router",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5be7026

Please sign in to comment.