We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01922e3 commit 8c5abe6Copy full SHA for 8c5abe6
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.27.0"></a>
7
+# 0.27.0 (2023-05-17)
8
+
9
10
+### Features
11
12
+* add readonly flag ([#82](https://github.com/Himenon/openapi-typescript-code-generator/issues/82)) ([01922e3](https://github.com/Himenon/openapi-typescript-code-generator/commit/01922e3))
13
14
15
16
17
18
<a name="0.26.1"></a>
19
## 0.26.1 (2023-04-04)
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himenon/openapi-typescript-code-generator",
- "version": "0.26.1",
+ "version": "0.27.0",
"private": true,
"description": "OpenAPI Code Generator using TypeScript AST.",
"keywords": [
0 commit comments