Skip to content

Commit f763992

Browse files
chore: release main
1 parent 536dc4d commit f763992

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1.0",
3-
"plugins/typescript": "11.1.0"
3+
"plugins/typescript": "11.2.0"
44
}

plugins/typescript/CHANGELOG.md

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

3+
## [11.2.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.1.0...typescript-v11.2.0) (2025-12-08)
4+
5+
6+
### Features
7+
8+
* add text/csv media type support ([#321](https://github.com/fabien0102/openapi-codegen/issues/321)) ([536dc4d](https://github.com/fabien0102/openapi-codegen/commit/536dc4d039aefc9a0253f9b001b91f4a2502aa49))
9+
310
## [11.1.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.0.1...typescript-v11.1.0) (2025-10-01)
411

512

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": "11.1.0",
3+
"version": "11.2.0",
44
"description": "OpenAPI Codegen typescript generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)