From 64350b1302c97648f0ae91b1d518e0574bd88a8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 06:30:17 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-code-gen-constructs.md | 5 ----- .changeset/late-bottles-reply.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-code-gen-constructs.md delete mode 100644 .changeset/late-bottles-reply.md diff --git a/.changeset/fix-code-gen-constructs.md b/.changeset/fix-code-gen-constructs.md deleted file mode 100644 index 871fb58d..00000000 --- a/.changeset/fix-code-gen-constructs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Restore `objectAssign` utility with es-toolkit to fix `codeGenConstructs` and `primitiveTypeConstructs` options. The lodash-to-es-toolkit migration (#1562) replaced `objectAssign` with `Object.assign`, which broke function-form arguments and deep merging. This restores both behaviors: functions are called with the current struct before merging, and nested properties are preserved via deep merge. diff --git a/.changeset/late-bottles-reply.md b/.changeset/late-bottles-reply.md deleted file mode 100644 index ad5c45b0..00000000 --- a/.changeset/late-bottles-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Escape `*/` sequences in generated JSDoc content to prevent comment injection from OpenAPI fields. diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ca9cce..e9227623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # swagger-typescript-api +## 13.2.18 + +### Patch Changes + +- [#1620](https://github.com/acacode/swagger-typescript-api/pull/1620) [`def2833`](https://github.com/acacode/swagger-typescript-api/commit/def283386db36aa118bce30121a594774c0856e2) Thanks [@smorimoto](https://github.com/smorimoto)! - Restore `objectAssign` utility with es-toolkit to fix `codeGenConstructs` and `primitiveTypeConstructs` options. The lodash-to-es-toolkit migration (#1562) replaced `objectAssign` with `Object.assign`, which broke function-form arguments and deep merging. This restores both behaviors: functions are called with the current struct before merging, and nested properties are preserved via deep merge. + +- [#1611](https://github.com/acacode/swagger-typescript-api/pull/1611) [`92a2d46`](https://github.com/acacode/swagger-typescript-api/commit/92a2d4601adf57f422f6995d734ef82ac6b104b2) Thanks [@smorimoto](https://github.com/smorimoto)! - Escape `*/` sequences in generated JSDoc content to prevent comment injection from OpenAPI fields. + ## 13.2.17 ### Patch Changes diff --git a/package.json b/package.json index ac08946b..317e2943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.2.17", + "version": "13.2.18", "description": "Generate the API client for Fetch or Axios from an OpenAPI Specification", "homepage": "https://github.com/acacode/swagger-typescript-api", "bugs": "https://github.com/acacode/swagger-typescript-api/issues",