Skip to content

Commit 3633573

Browse files
committed
chore: bump version to v1.0.2
1 parent 0eab2b8 commit 3633573

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## v1.0.2
3+
[compare changes](https://github.com/shunnNet/nuxt-msw/compare/v1.0.1...v1.0.2)
4+
5+
### 🩹 Fixes
6+
- Lost type infos when `msw.enable: false`([e2bc95b](https://github.com/shunnNet/nuxt-msw/commit/e2bc95b))
7+
- Related to: [issues/2](https://github.com/shunnNet/nuxt-msw/issues/2).
8+
- In previous versions, when `enable: false`, the auto imports provided by `nuxt-msw` would lose type information. This could hinder type checking and potentially cause unnecessary confusion for developers. Therefore, in this update, the auto imports will be retained even when `enable: false` to avoid these issues.
9+
10+
### 🏡 Chore
11+
- Move `ofetch` and `unimport` to dev deps ([0eab2b8](https://github.com/shunnNet/nuxt-msw/commit/0eab2b8))
12+
13+
### ❤️ Contributors
14+
15+
- Net <wendell20904102@gmail.com>
16+
217
## v1.0.1
318

419
## doc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crazydos/nuxt-msw",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Nuxt module integration for MSW (Mock Service Worker)",
55
"author": {
66
"name": "shunnNet",

0 commit comments

Comments
 (0)