Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Jun 25, 2024
1 parent bb8cf69 commit ef7b6bf
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.2.0](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v4.1.2...v4.2.0) (2024-06-25)


### Features

* **generator:** add option for examples randomization in responses ([6bb8a1e](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/commit/6bb8a1e3f207dee9f3c32b3ce198fd698a077e4c)), closes [#52](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/issues/52)

### [4.1.2](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v4.1.1...v4.1.2) (2024-04-24)

### [4.1.1](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v4.1.0...v4.1.1) (2024-03-11)
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.1.2",
"version": "4.2.0",
"description": "Generates express mock-servers from OpenAPI specs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit ef7b6bf

Please sign in to comment.