Skip to content

Commit 45957d3

Browse files
committed
v2.0.0-alpha.28
1 parent 67a15d9 commit 45957d3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.0.0-alpha.28](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2022-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* AsyncAPI: update the `examples` codec according to the spec ([47a1ad3](https://github.com/devexperts/swagger-codegen-ts/commit/47a1ad37b713d2a33a96dd78eb3be83840cc2826))
7+
* fixing the CI ([ab776f3](https://github.com/devexperts/swagger-codegen-ts/commit/ab776f3ed5adae11fa7dd5a9d1c66b7eb7acb4b8))
8+
* upgrade to non-vulnerable dot-prop and trim-newlines ([9c966d2](https://github.com/devexperts/swagger-codegen-ts/commit/9c966d28b9f2d7eaaa6f97e4ebc0278dc87a68c4))
9+
* upgrade vulnerable ansi-regex ([5150fb8](https://github.com/devexperts/swagger-codegen-ts/commit/5150fb8eaf7944907a4d13522af0151d57e5efe4))
10+
* upgrading vulnerable glob-parent ([dadde68](https://github.com/devexperts/swagger-codegen-ts/commit/dadde68c890cf879e16ec89a97e7ea2529fcf907))
11+
12+
### Features
13+
14+
* AsyncAPI: add non empty array support ([ac33682](https://github.com/devexperts/swagger-codegen-ts/pull/162/commits/ac33682bf9c41d1e0853cf5cdac74f4779ce8376))
15+
16+
### BREAKING CHANGES
17+
18+
* upgrading to node 10
19+
20+
21+
122
# [2.0.0-alpha.27](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2021-09-14)
223

324
### Bug Fixes
@@ -8,6 +29,8 @@
829

930
* **oas3:** [IO-363] Arbitrary file downloads for OpenAPI 3.0 ([#144](https://github.com/devexperts/swagger-codegen-ts/pull/144))
1031

32+
33+
1134
# [2.0.0-alpha.26](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-07-14)
1235

1336

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/swagger-codegen-ts",
3-
"version": "2.0.0-alpha.27",
3+
"version": "2.0.0-alpha.28",
44
"description": "TS generator for swagger spec",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)