mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Bumped version
This commit is contained in:
parent
2f8ae47c2a
commit
9fb432968a
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user