From 02402c0abfd24df2429890ba68308313bce78035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:21:11 +0100 Subject: [PATCH] chore: release main (#204) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- plugins/typescript/CHANGELOG.md | 11 +++++++++++ plugins/typescript/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25bc8aa..f0dfbe1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "2.0.0", - "plugins/typescript": "7.0.1" + "plugins/typescript": "8.0.0" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index f5730eb..d268052 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v7.0.1...typescript-v8.0.0) (2023-11-01) + + +### ⚠ BREAKING CHANGES + +* Add camelize to queryKeyFn path parameters ([#203](https://github.com/fabien0102/openapi-codegen/issues/203)) + +### Bug Fixes + +* Add camelize to queryKeyFn path parameters ([#203](https://github.com/fabien0102/openapi-codegen/issues/203)) ([a24d31b](https://github.com/fabien0102/openapi-codegen/commit/a24d31b721f629f5b5da2c284be61341a5ba616f)) + ## [7.0.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v7.0.0...typescript-v7.0.1) (2023-09-17) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index 360c536..07d1c8a 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@openapi-codegen/typescript", - "version": "7.0.1", + "version": "8.0.0", "description": "OpenAPI Codegen typescript generators", "main": "lib/index.js", "types": "lib/index.d.ts",