Skip to content

Commit

Permalink
release: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubingwu committed Dec 6, 2023
1 parent ebbd6f6 commit da60281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We already have all the type definitions from OpenAPI spec so hand-writing every

## Usage

**This tool also requires @faker-js/faker >= 7.**
**This tool also requires @faker-js/faker >= 8 and msw >= 2.**

Install:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msw-auto-mock",
"version": "0.15.0",
"version": "0.16.0",
"description": "Generate random mock data from OpenAPI descriptions for msw.",
"main": "dist/cli.js",
"module": "./dist/cli.mjs",
Expand Down

0 comments on commit da60281

Please sign in to comment.