Skip to content

Commit 3aff19b

Browse files
committed
release: v0.2.0
1 parent c2fa3f9 commit 3aff19b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.2.0](https://github.com/posva/vue-router-mock/compare/v0.1.9...v0.2.0) (2023-02-28)
2+
3+
### Bug Fixes
4+
5+
- **types:** add types export to export mapping in package.json ([#183](https://github.com/posva/vue-router-mock/issues/183)) ([d658bf2](https://github.com/posva/vue-router-mock/commit/d658bf2c795e3d3b83b1b9140296385e2702b6fa))
6+
17
## [0.1.9](https://github.com/posva/vue-router-mock/compare/v0.1.8...v0.1.9) (2022-08-19)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router-mock",
3-
"version": "0.1.9",
3+
"version": "0.2.0",
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)