Skip to content

Commit 1528978

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

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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": "10.0.0"
3+
"plugins/typescript": "11.0.0"
44
}

plugins/typescript/CHANGELOG.md

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

3+
## [11.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v10.0.0...typescript-v11.0.0) (2025-02-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add support for `skipToken` ([#289](https://github.com/fabien0102/openapi-codegen/issues/289))
9+
10+
### Features
11+
12+
* Add support for `skipToken` ([#289](https://github.com/fabien0102/openapi-codegen/issues/289)) ([d1976e0](https://github.com/fabien0102/openapi-codegen/commit/d1976e0193e459a58ac4a949b845add8fe42c97b))
13+
* Only generate utils if they don't exist ([#288](https://github.com/fabien0102/openapi-codegen/issues/288)) ([e517a2e](https://github.com/fabien0102/openapi-codegen/commit/e517a2e27e72ebe09ad0c526b5ad6b296f08d59d))
14+
15+
16+
### Bug Fixes
17+
18+
* Fix multiple discriminator on same type ([#285](https://github.com/fabien0102/openapi-codegen/issues/285)) ([8937c46](https://github.com/fabien0102/openapi-codegen/commit/8937c460dc9de9cec66fe7588bf5ec7aea5e8eae))
19+
320
## [10.0.0](https://github.com/fabien0102/openapi-codegen/compare/typescript-v9.2.0...typescript-v10.0.0) (2025-02-04)
421

522
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)