We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb8507 commit a577b04Copy full SHA for a577b04
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.7.0"></a>
7
+# 0.7.0 (2021-04-04)
8
+
9
10
+### Features
11
12
+* support dual package ([#27](https://github.com/Himenon/openapi-typescript-code-generator/issues/27)) ([1cb8507](https://github.com/Himenon/openapi-typescript-code-generator/commit/1cb8507))
13
14
15
16
17
18
<a name="0.6.2"></a>
19
## 0.6.2 (2021-04-01)
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himenon/openapi-typescript-code-generator",
- "version": "0.6.2",
+ "version": "0.7.0",
"private": true,
"description": "OpenAPI Code Generator using TypeScript AST.",
"keywords": [
0 commit comments