We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeeaa8 commit 5b951e7Copy full SHA for 5b951e7
CHANGELOG.md
@@ -3,6 +3,18 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+<a name="0.9.7"></a>
7
+## 0.9.7 (2021-05-05)
8
+
9
10
+### Bug Fixes
11
12
+* required condition of Parameter Object ([ddeeaa8](https://github.com/Himenon/openapi-typescript-code-generator/commit/ddeeaa8))
13
14
15
16
17
18
<a name="0.9.6"></a>
19
## 0.9.6 (2021-04-27)
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himenon/openapi-typescript-code-generator",
- "version": "0.9.6",
+ "version": "0.9.7",
"private": true,
"description": "OpenAPI Code Generator using TypeScript AST.",
"keywords": [
0 commit comments