Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandryackovlev committed Jun 13, 2021
1 parent 8245b1a commit dc2461c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [3.0.0](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v2.0.2...v3.0.0) (2021-06-13)


### Bug Fixes

* **eslint:** fix typo in is authenticated middleware ([fb06b82](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/commit/fb06b8247ac0f4d9c9b8c1d8d8ffd5f51463b9cd))
* **tsconfig:** temporarily skip lib checks ([84616f8](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/commit/84616f8566b30d04fb0870fc6315987d4be6139c))

### [2.0.2](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v2.0.1...v2.0.2) (2021-03-08)

### [2.0.1](https://github.com/aleksandryackovlev/openapi-mock-express-middleware/compare/v2.0.0...v2.0.1) (2021-02-17)
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": "2.0.2",
"version": "3.0.0",
"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 dc2461c

Please sign in to comment.