Skip to content

Commit

Permalink
2.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Dec 9, 2019
1 parent 3d46f56 commit a1ef03a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0-alpha.11](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2019-12-09)


### Bug Fixes

* revert join to resolve ([c30661a](https://github.com/devexperts/swagger-codegen-ts/commit/c30661a))


### Features

* support cwd as `generate` argument ([3d46f56](https://github.com/devexperts/swagger-codegen-ts/commit/3d46f56))



# [2.0.0-alpha.10](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2019-12-09)


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": "@devexperts/swagger-codegen-ts",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "TS generator for swagger spec",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a1ef03a

Please sign in to comment.