Skip to content

Commit

Permalink
v2.0.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
kokovtsev committed May 27, 2021
1 parent b4bc263 commit e28f877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [2.0.0-alpha.24](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2020-12-24)
# [2.0.0-alpha.25](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-05-25)


### Bug Fixes
Expand All @@ -8,6 +8,8 @@

### Features

* **asyncapi:** channel parameters ([33ea85d](https://github.com/devexperts/swagger-codegen-ts/commit/33ea85d))
* support binary and text responses for 2.0 spec ([da355db](https://github.com/devexperts/swagger-codegen-ts/commit/da355db))
* Support headers ([#133](https://github.com/devexperts/swagger-codegen-ts/issues/133)) ([24b70fa](https://github.com/devexperts/swagger-codegen-ts/commit/24b70fa)), closes [#57](https://github.com/devexperts/swagger-codegen-ts/issues/57)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@devexperts/swagger-codegen-ts",
"version": "2.0.0-alpha.24",
"version": "2.0.0-alpha.25",
"description": "TS generator for swagger spec",
"main": "dist/index.js",
"scripts": {
"ts-node": "ts-node",
"test:lint": "eslint './src/**/*.ts' './test/**/*.ts' --fix",
"test:lint": "eslint \"./src/**/*.ts\" \"./test/**/*.ts\" --fix",
"test:build": "tsc -p tsconfig.test.json",
"test:jest": "jest",
"test": "yarn test:lint && yarn prettier && yarn test:jest && yarn test:build",
Expand Down

0 comments on commit e28f877

Please sign in to comment.