Skip to content

Commit

Permalink
chore: release main (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
1 parent 33b8036 commit 2dc1c8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"cli": "3.0.1",
"plugins/typescript": "9.6.4"
"plugins/typescript": "9.6.5"
}
7 changes: 7 additions & 0 deletions plugins/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2dc1c8d

Please sign in to comment.