Skip to content

Commit 263ac1c

Browse files
committed
release: v0.1.6
1 parent 4ab0b34 commit 263ac1c

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.1.6](https://github.com/posva/vue-router-mock/compare/v0.1.5...v0.1.6) (2022-01-23)
2+
3+
### Bug Fixes
4+
5+
- **build:** add cjs version ([4ab0b34](https://github.com/posva/vue-router-mock/commit/4ab0b34f2a774cd748d3790d8f824a5a63fd36be)), closes [#145](https://github.com/posva/vue-router-mock/issues/145)
6+
17
## [0.1.5](https://github.com/posva/vue-router-mock/compare/v0.1.4...v0.1.5) (2022-01-22)
28

39
### Bug Fixes

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.5",
3+
"version": "0.1.6",
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)