From d693f63f2390eda7ef5e5a7041fe88e755dcb69c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:15:42 +0200 Subject: [PATCH] chore: release main (#244) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- plugins/typescript/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38d6930a..19fb4927 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cli": "2.0.1", - "plugins/typescript": "8.0.0" + "plugins/typescript": "8.0.1" } diff --git a/plugins/typescript/CHANGELOG.md b/plugins/typescript/CHANGELOG.md index d268052a..11a2febd 100644 --- a/plugins/typescript/CHANGELOG.md +++ b/plugins/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v8.0.0...typescript-v8.0.1) (2024-04-03) + + +### Bug Fixes + +* update dependencies ([fbb85ae](https://github.com/fabien0102/openapi-codegen/commit/fbb85ae60e4956e0297daaf10172698724e6b863)) + ## [8.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v7.0.1...typescript-v8.0.0) (2023-11-01)