Skip to content

Commit c270a54

Browse files
chore: release main (#271)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b97044f commit c270a54

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"cli": "3.0.1",
3-
"plugins/typescript": "8.1.1"
3+
"plugins/typescript": "9.0.0"
44
}

plugins/typescript/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v8.1.1...typescript-v9.0.0) (2025-01-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Use query option pattern and support useSuspense ([#263](https://github.com/fabien0102/openapi-codegen/issues/263))
9+
10+
### Features
11+
12+
* Use query option pattern and support useSuspense ([#263](https://github.com/fabien0102/openapi-codegen/issues/263)) ([b97044f](https://github.com/fabien0102/openapi-codegen/commit/b97044ff5f8aa6a85336a1629ce31d0195b09cc7))
13+
14+
15+
### Bug Fixes
16+
17+
* properly handle request errors ([#260](https://github.com/fabien0102/openapi-codegen/issues/260)) ([88e09cc](https://github.com/fabien0102/openapi-codegen/commit/88e09cc6c2216ab50341623c29622051c8220d6e))
18+
319
## [8.1.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v8.1.0...typescript-v8.1.1) (2025-01-17)
420

521

plugins/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/typescript",
3-
"version": "8.1.1",
3+
"version": "9.0.0",
44
"description": "OpenAPI Codegen typescript generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)