Skip to content

Commit 934de55

Browse files
authoredFeb 20, 2025
chore: release main (#298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 307c0e3 commit 934de55

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed
 

‎.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cli": "3.0.1",
3-
"plugins/typescript": "11.0.0"
2+
"cli": "3.1.0",
3+
"plugins/typescript": "11.0.1"
44
}

‎cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/fabien0102/openapi-codegen/compare/cli-v3.0.1...cli-v3.1.0) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* Add a way to generate all configs at once ([#297](https://github.com/fabien0102/openapi-codegen/issues/297)) ([f795e7c](https://github.com/fabien0102/openapi-codegen/commit/f795e7c178ae26778d1040490117b206f43d7f6d)), closes [#195](https://github.com/fabien0102/openapi-codegen/issues/195)
9+
* handle large specs ([#301](https://github.com/fabien0102/openapi-codegen/issues/301)) ([307c0e3](https://github.com/fabien0102/openapi-codegen/commit/307c0e3daca8351265d86b16c312989a83d2e912))
10+
311
## [3.0.1](https://github.com/fabien0102/openapi-codegen/compare/cli-v3.0.0...cli-v3.0.1) (2025-01-18)
412

513
### Bug Fixes

‎cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/cli",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "OpenAPI Codegen cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

‎plugins/typescript/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [11.0.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.0.0...typescript-v11.0.1) (2025-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Deal with empty object generation ([#299](https://github.com/fabien0102/openapi-codegen/issues/299)) ([e36516a](https://github.com/fabien0102/openapi-codegen/commit/e36516a9ff937a30ac12e08855a3387b4601b890)), closes [#258](https://github.com/fabien0102/openapi-codegen/issues/258)
9+
* Issue with generated utils. ([#291](https://github.com/fabien0102/openapi-codegen/issues/291)) ([e6cdf21](https://github.com/fabien0102/openapi-codegen/commit/e6cdf217b89d13f3ce52327895340d99943a8bd0))
10+
311
## [11.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v10.0.0...typescript-v11.0.0) (2025-02-08)
412

513

‎plugins/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/typescript",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "OpenAPI Codegen typescript generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)