Skip to content

Commit e28f877

Browse files
committed
v2.0.0-alpha.25
1 parent b4bc263 commit e28f877

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [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)
1+
# [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)
22

33

44
### Bug Fixes
@@ -8,6 +8,8 @@
88

99
### Features
1010

11+
* **asyncapi:** channel parameters ([33ea85d](https://github.com/devexperts/swagger-codegen-ts/commit/33ea85d))
12+
* support binary and text responses for 2.0 spec ([da355db](https://github.com/devexperts/swagger-codegen-ts/commit/da355db))
1113
* 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)
1214

1315

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@devexperts/swagger-codegen-ts",
3-
"version": "2.0.0-alpha.24",
3+
"version": "2.0.0-alpha.25",
44
"description": "TS generator for swagger spec",
55
"main": "dist/index.js",
66
"scripts": {
77
"ts-node": "ts-node",
8-
"test:lint": "eslint './src/**/*.ts' './test/**/*.ts' --fix",
8+
"test:lint": "eslint \"./src/**/*.ts\" \"./test/**/*.ts\" --fix",
99
"test:build": "tsc -p tsconfig.test.json",
1010
"test:jest": "jest",
1111
"test": "yarn test:lint && yarn prettier && yarn test:jest && yarn test:build",

0 commit comments

Comments
 (0)