Skip to content

Commit 0728c24

Browse files
chore: release main
1 parent 6c16829 commit 0728c24

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.0.1"
3+
"plugins/typescript": "11.1.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.1.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.0.1...typescript-v11.1.0) (2025-08-05)
4+
5+
6+
### Features
7+
8+
* **typescript:** add useTypeImports option ([#314](https://github.com/fabien0102/openapi-codegen/issues/314)) ([6c16829](https://github.com/fabien0102/openapi-codegen/commit/6c168296cae316a8ddf11b85eb8636e587656fd6))
9+
310
## [11.0.1](https://github.com/fabien0102/openapi-codegen/compare/typescript-v11.0.0...typescript-v11.0.1) (2025-02-17)
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.0.1",
3+
"version": "11.1.0",
44
"description": "OpenAPI Codegen typescript generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)