Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Mar 11, 2024
1 parent 7049036 commit 4973404
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.1.0](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v4.0.1...v4.1.0) (2024-03-11)


### Bug Fixes

* **generator:** do not use example values if the useExampleValues option is set to false ([953af41](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/commit/953af410d18de15969a35146cea56285548836b8))

### [4.0.1](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v3.0.2...v4.0.1) (2022-01-31)


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": "openapi-mock-express-middleware",
"version": "4.0.1",
"version": "4.1.0",
"description": "Generates express mock-servers from OpenAPI specs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 4973404

Please sign in to comment.