From 4022059e1df4e66636c0054cdf8cac8b98e6b2b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:35:35 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- plugins/typescript/CHANGELOG.md | 14 ++++++++++++++ plugins/typescript/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0aab28c..508704e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "3.1.0", - "plugins/typescript": "11.1.0" + "plugins/typescript": "11.2.0" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index 725389f..6f37216 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [11.2.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.1.0...typescript-v11.2.0) (2026-02-14) + + +### Features + +* add text/csv media type support ([#321](https://github.com/fabien0102/openapi-codegen/issues/321)) ([536dc4d](https://github.com/fabien0102/openapi-codegen/commit/536dc4d039aefc9a0253f9b001b91f4a2502aa49)) + + +### Bug Fixes + +* **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)) +* **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)) +* **typescript:** Handle invalid type names ([#317](https://github.com/fabien0102/openapi-codegen/issues/317)) ([95d211c](https://github.com/fabien0102/openapi-codegen/commit/95d211cf201ea6917be4e92d04002e77137f71ee)) + ## [11.1.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.0.1...typescript-v11.1.0) (2025-10-01) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index d3d025e..5988b05 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@openapi-codegen/typescript", - "version": "11.1.0", + "version": "11.2.0", "description": "OpenAPI Codegen typescript generators", "main": "lib/index.js", "types": "lib/index.d.ts",