Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 26, 2021
1 parent 95e1122 commit a96adf4
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.1](https://github.com/posva/vue-router-mock/compare/v0.1.0...v0.1.1) (2021-11-26)

### Features

- add useRealNavigation, deprecate runRealNavigation and runPerRouteGuards ([714ab14](https://github.com/posva/vue-router-mock/commit/714ab14cae6fbb7d81dcd0388dedf5a5e7a5ba96))
- wip ([1687c09](https://github.com/posva/vue-router-mock/commit/1687c0924cebfdf657154fba57aa744e428790f2))

# [0.1.0](https://github.com/posva/vue-router-mock/compare/v0.0.3...v0.1.0) (2021-10-18)

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

0 comments on commit a96adf4

Please sign in to comment.