From 2dc1c8d4b3c6f9b32666bcbde8ca875127abd816 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:37:44 +0000 Subject: [PATCH] chore: release main (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 6ca3a16..513d364 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "3.0.1", - "plugins/typescript": "9.6.4" + "plugins/typescript": "9.6.5" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index ee22585..7c9f7f6 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.6.5](https://github.com/chatloop/openapi-codegen/compare/openapi-codegen-typescript-v9.6.4...openapi-codegen-typescript-v9.6.5) (2024-11-07) + + +### Bug Fixes + +* fix types in templated context and fetcher ([33b8036](https://github.com/chatloop/openapi-codegen/commit/33b8036762eb81b07ea8459415fea07c72b86f08)) + ## [9.6.4](https://github.com/chatloop/openapi-codegen/compare/openapi-codegen-typescript-v9.6.3...openapi-codegen-typescript-v9.6.4) (2024-08-19) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index d1d2480..22cc068 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@chatloop/openapi-codegen-typescript", - "version": "9.6.4", + "version": "9.6.5", "description": "OpenAPI Codegen typescript generators", "main": "lib/index.js", "types": "lib/index.d.ts",