Skip to content

Commit bcae786

Browse files
release: bump versions (#120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a35c1ce commit bcae786

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/security-fixes-jan30.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# msw-auto-mock
22

3+
## 0.32.0
4+
5+
### Minor Changes
6+
7+
- a35c1ce: Multiple improvements and fixes since 0.31.0:
8+
9+
- feat: echo request JSON body into write responses
10+
- fix: await response generators in handlers
11+
- fix: handle OpenAPI regex patterns and other schema edge cases (date-time, max array length, example $ref)
12+
- fix: improve handler ordering and default response selection
13+
- chore: AI SDK upgrades and dependency/security updates
14+
315
## 0.31.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "msw-auto-mock",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"description": "Generate random mock data from OpenAPI descriptions for msw.",
55
"main": "dist/cli.js",
66
"bin": {

0 commit comments

Comments
 (0)