diff --git a/CHANGELOG.md b/CHANGELOG.md index 296ca90..678bb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.0.0-alpha.15](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2020-01-23) + + +### Bug Fixes + +* fix OperationObject name generation without operationId ([2da2822](https://github.com/devexperts/swagger-codegen-ts/commit/2da2822)) + + +### Features + +* add `nullable` support for OpenAPI3 ([937c21f](https://github.com/devexperts/swagger-codegen-ts/commit/937c21f)) + + +### BREAKING CHANGES + +* if operation id is missing then url/pattern is included in the name + + + # [2.0.0-alpha.14](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2020-01-17) diff --git a/package.json b/package.json index 821f968..ae82ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devexperts/swagger-codegen-ts", - "version": "2.0.0-alpha.14", + "version": "2.0.0-alpha.15", "description": "TS generator for swagger spec", "main": "dist/index.js", "scripts": {