Skip to content

Commit 659c2d0

Browse files
chore: release main (#331)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b2370b commit 659c2d0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"cli": "3.1.0",
3-
"plugins/typescript": "11.1.0"
3+
"plugins/typescript": "11.2.0"
44
}

plugins/typescript/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [11.2.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.1.0...typescript-v11.2.0) (2026-02-14)
4+
5+
6+
### Features
7+
8+
* add text/csv media type support ([#321](https://github.com/fabien0102/openapi-codegen/issues/321)) ([536dc4d](https://github.com/fabien0102/openapi-codegen/commit/536dc4d039aefc9a0253f9b001b91f4a2502aa49))
9+
10+
11+
### Bug Fixes
12+
13+
* **enum:** handle nullable enum when useEnums=true ([#324](https://github.com/fabien0102/openapi-codegen/issues/324)) ([d10922f](https://github.com/fabien0102/openapi-codegen/commit/d10922f810be2e4b7ad09f78f9805ed0d1f7df12))
14+
* **typescript:** Fix handling of string numbers in enums ([#327](https://github.com/fabien0102/openapi-codegen/issues/327)) ([bf87c14](https://github.com/fabien0102/openapi-codegen/commit/bf87c147c039eb117de33565ed23f2d6df790db1))
15+
* **typescript:** Handle invalid type names ([#317](https://github.com/fabien0102/openapi-codegen/issues/317)) ([95d211c](https://github.com/fabien0102/openapi-codegen/commit/95d211cf201ea6917be4e92d04002e77137f71ee))
16+
317
## [11.1.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.0.1...typescript-v11.1.0) (2025-10-01)
418

519

plugins/typescript/package.json

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

0 commit comments

Comments
 (0)