Skip to content

Commit

Permalink
chore: release main (#15)
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 cf97d8c commit f106fd2
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.4.0"
"plugins/typescript": "9.4.1"
}
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.4.1](https://github.com/chatloop/openapi-codegen/compare/openapi-codegen-typescript-v9.4.0...openapi-codegen-typescript-v9.4.1) (2024-06-10)


### Bug Fixes

* fix types ([cf97d8c](https://github.com/chatloop/openapi-codegen/commit/cf97d8cd8f6f04dce0a30a0480d013a939a68775))

## [9.4.0](https://github.com/chatloop/openapi-codegen/compare/openapi-codegen-typescript-v9.3.0...openapi-codegen-typescript-v9.4.0) (2024-06-10)


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

0 comments on commit f106fd2

Please sign in to comment.