From 01b13ce6e28b28146f8258baee83721f3bcbb881 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:18:35 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- plugins/typescript/CHANGELOG.md | 16 ++++++++++++++++ plugins/typescript/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f3b523..b483282 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "3.0.1", - "plugins/typescript": "8.1.1" + "plugins/typescript": "9.0.0" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index 2804124..9c881ca 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [9.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v8.1.1...typescript-v9.0.0) (2025-01-30) + + +### ⚠ BREAKING CHANGES + +* Use query option pattern and support useSuspense ([#263](https://github.com/fabien0102/openapi-codegen/issues/263)) + +### Features + +* Use query option pattern and support useSuspense ([#263](https://github.com/fabien0102/openapi-codegen/issues/263)) ([b97044f](https://github.com/fabien0102/openapi-codegen/commit/b97044ff5f8aa6a85336a1629ce31d0195b09cc7)) + + +### Bug Fixes + +* properly handle request errors ([#260](https://github.com/fabien0102/openapi-codegen/issues/260)) ([88e09cc](https://github.com/fabien0102/openapi-codegen/commit/88e09cc6c2216ab50341623c29622051c8220d6e)) + ## [8.1.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v8.1.0...typescript-v8.1.1) (2025-01-17) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index c2f72bf..e36f3de 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@openapi-codegen/typescript", - "version": "8.1.1", + "version": "9.0.0", "description": "OpenAPI Codegen typescript generators", "main": "lib/index.js", "types": "lib/index.d.ts",