Skip to content

Commit

Permalink
Merge branch 'release-2.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Feb 17, 2021
2 parents f4ccfa4 + de1dc52 commit cc23a88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.

### [2.0.1](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v2.0.0...v2.0.1) (2021-02-17)


### Bug Fixes

* **headers:** make headers' params case insensitive ([370d621](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/commit/370d62141d92ff05629ebbe11e1fe7eade5ea304))

## [2.0.0](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v1.3.0...v2.0.0) (2020-12-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "2.0.1",
"description": "Generates an express mock server from an Open API spec",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit cc23a88

Please sign in to comment.