Skip to content

Commit

Permalink
chore: release main (#12)
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 Jun 10, 2024
1 parent f757b0c commit fbecdd2
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.1.4"
"plugins/typescript": "9.2.0"
}
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.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)


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.1.4",
"version": "9.2.0",
"description": "OpenAPI Codegen typescript generators",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit fbecdd2

Please sign in to comment.