Skip to content

Commit 27ed813

Browse files
committed
bump: up version 12.0.1
1 parent 4869caa commit 27ed813

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# next release
1+
# next release
2+
3+
## 12.0.1
4+
5+
fix: problem based with http requests and `disableStrictSSL` option (#453)
6+
docs: update docs for `requestOptions` nodejs option
27

38
## 12.0.0
49

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swagger-typescript-api",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "Generate typescript/javascript api from swagger schema",
55
"scripts": {
66
"cli:json": "node index.js -r -d -p ./swagger-test-cli.json -n swagger-test-cli.ts",

0 commit comments

Comments
 (0)