Skip to content

Commit 53be5b9

Browse files
committed
bump: up version to 13.0.3
1 parent 4e963ba commit 53be5b9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# next release
22

3+
## 13.0.3
4+
5+
fix: problem with type `any` as base type of discriminator schema (cases when schema without discriminator is empty)
6+
37
## 13.0.2
48

59
fix: problem with incorrect settings type suffix for internal discriminator mappings

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-typescript-api",
3-
"version": "13.0.2",
3+
"version": "13.0.3",
44
"description": "Generate typescript/javascript api from swagger schema",
55
"scripts": {
66
"update-deps-to-latest": "npx --yes npm-check-updates && npm i",

0 commit comments

Comments
 (0)