From 9cc1783946f791bb84e5f227786a20519cb4d267 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 07:52:46 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- plugins/typescript/CHANGELOG.md | 7 +++++++ plugins/typescript/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 508704e..f68cffc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "3.1.0", - "plugins/typescript": "11.2.0" + "plugins/typescript": "11.3.0" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index 6f37216..8521ddb 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.3.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.2.0...typescript-v11.3.0) (2026-04-24) + + +### Features + +* **openapi-v3:** Preserve JSON Schema const values as TypeScript literal types ([#332](https://github.com/fabien0102/openapi-codegen/issues/332)) ([60972b1](https://github.com/fabien0102/openapi-codegen/commit/60972b1d8bcb4818dd1cdef5149c66746f6619a2)) + ## [11.2.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.1.0...typescript-v11.2.0) (2026-02-14) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index 5988b05..8043871 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@openapi-codegen/typescript", - "version": "11.2.0", + "version": "11.3.0", "description": "OpenAPI Codegen typescript generators", "main": "lib/index.js", "types": "lib/index.d.ts",