- Bumped version

This commit is contained in:
Ferdi Koomen 2022-02-25 12:20:25 +01:00
parent 2f8ae47c2a
commit 9fb432968a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
## [0.20.0] - 2022-02-25
### Fixed
- Updated dependencies
- Support enums with single quotes in names
- Generating better names when `operationId` is not given (breaking change)
- Fixed issue where `x-enum` flags where breaking due to non-string values

View File

@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.19.0",
"version": "0.20.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",