From fbecdd2caa056e3f7f8e763effb8d496b0d5b272 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:33:11 +0100 Subject: [PATCH] chore: release main (#12) 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 bbb1f5f..5fd3a2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "3.0.1", - "plugins/typescript": "9.1.4" + "plugins/typescript": "9.2.0" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index c96e8e4..1f0fd43 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.0](https://github.com/chatloop/openapi-codegen/compare/openapi-codegen-typescript-v9.1.4...openapi-codegen-typescript-v9.2.0) (2024-06-10) + + +### Features + +* allow select option on resource hooks ([f757b0c](https://github.com/chatloop/openapi-codegen/commit/f757b0cf1913fb0e4a4c8c4ebaabe84e31f33846)) + ## [9.1.4](https://github.com/chatloop/openapi-codegen/compare/openapi-codegen-typescript-v9.1.3...openapi-codegen-typescript-v9.1.4) (2024-06-06) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index 9b766fe..9beac3c 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@chatloop/openapi-codegen-typescript", - "version": "9.1.4", + "version": "9.2.0", "description": "OpenAPI Codegen typescript generators", "main": "lib/index.js", "types": "lib/index.d.ts",