Skip to content

Commit 93c6e58

Browse files
authored
Merge pull request #4 from markjaquith/changeset-release/main
Version Packages
2 parents 22bcdd1 + 40b663c commit 93c6e58

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/good-pumpkins-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sveltekit-playwright-fetch-mock
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 22bcdd1: Change to type: module
8+
39
## 0.3.2
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vite": "^4.0"
1515
},
1616
"name": "sveltekit-playwright-fetch-mock",
17-
"version": "0.3.2",
17+
"version": "0.4.0",
1818
"description": "Tools for mocking SSR fetch() requests in SvelteKit for use in Playwright",
1919
"main": "dist/index.js",
2020
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)