Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 18, 2023
1 parent b8d216c commit fbd2b46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.0.0](https://github.com/posva/vue-router-mock/compare/v0.2.0...v1.0.0) (2023-07-18)

### Bug Fixes

- upgrade vue-test-utils types ([b8faf58](https://github.com/posva/vue-router-mock/commit/b8faf58a6f24cda6d1b38f64201230e707cd3826))

# [0.2.0](https://github.com/posva/vue-router-mock/compare/v0.1.9...v0.2.0) (2023-02-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-router-mock",
"packageManager": "pnpm@8.6.6",
"version": "0.2.0",
"version": "1.0.0",
"description": "Easily test your components by mocking the router",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit fbd2b46

Please sign in to comment.