Skip to content

Commit

Permalink
chore(release): 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Mar 5, 2021
1 parent 5825a3a commit a3f9e27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.8.0](https://github.com/hosseinmd/swagger-typescript/compare/v4.7.0...v4.8.0) (2021-03-05)


### Features

* generate response mocks ([5b2d148](https://github.com/hosseinmd/swagger-typescript/commit/5b2d148d9f911ac9c54fb7d446e314b855e726da))


### Bug Fixes

* **mock:** binary response and enum in object ([f6dfbcc](https://github.com/hosseinmd/swagger-typescript/commit/f6dfbcc964b0af207af2ae65b4ead6d981d0c19b))
* description ([f3afab7](https://github.com/hosseinmd/swagger-typescript/commit/f3afab7876bd93e42f0ce9a9f5b6c6be9ba74138))

## [4.7.0](https://github.com/hosseinmd/swagger-typescript/compare/v4.6.0...v4.7.0) (2021-01-28)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-typescript",
"version": "4.7.0",
"version": "4.8.0",
"description": "An auto ts/js code generate from swagger/openApi",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -72,4 +72,4 @@
"files",
"bin"
]
}
}

0 comments on commit a3f9e27

Please sign in to comment.