diff --git a/.changeset/early-kings-marry.md b/.changeset/early-kings-marry.md deleted file mode 100644 index 2be85cc7..00000000 --- a/.changeset/early-kings-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Add boolean type for `extract-request-params` in command configuration. diff --git a/.changeset/easy-paths-check.md b/.changeset/easy-paths-check.md deleted file mode 100644 index e0b2d874..00000000 --- a/.changeset/easy-paths-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix generateClient logic to exclude only `no-client` argument. diff --git a/.changeset/five-moles-wonder.md b/.changeset/five-moles-wonder.md deleted file mode 100644 index c719a6aa..00000000 --- a/.changeset/five-moles-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix default value for `no-client` argument in command configuration. diff --git a/.changeset/moody-dodos-brake.md b/.changeset/moody-dodos-brake.md deleted file mode 100644 index 936c8936..00000000 --- a/.changeset/moody-dodos-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Initialise `customConfig` to `undefined` in command run function. diff --git a/CHANGELOG.md b/CHANGELOG.md index c75d5072..0287852c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # swagger-typescript-api +## 13.0.26 + +### Patch Changes + +- [#1106](https://github.com/acacode/swagger-typescript-api/pull/1106) [`9208816`](https://github.com/acacode/swagger-typescript-api/commit/920881663b9601e026b1798896f41eeb6112cd91) Thanks [@smorimoto](https://github.com/smorimoto)! - Add boolean type for `extract-request-params` in command configuration. + +- [#1106](https://github.com/acacode/swagger-typescript-api/pull/1106) [`c124f88`](https://github.com/acacode/swagger-typescript-api/commit/c124f888e93547f408ed15cb2ca41b9ed145c1d2) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix generateClient logic to exclude only `no-client` argument. + +- [#1108](https://github.com/acacode/swagger-typescript-api/pull/1108) [`1e3b70e`](https://github.com/acacode/swagger-typescript-api/commit/1e3b70ea476ef4b5a6cdb407ce250a58ff64368b) Thanks [@smorimoto](https://github.com/smorimoto)! - Fix default value for `no-client` argument in command configuration. + +- [#1106](https://github.com/acacode/swagger-typescript-api/pull/1106) [`4809884`](https://github.com/acacode/swagger-typescript-api/commit/480988407de42d5be5a2be58bd700e2e3dc89e37) Thanks [@smorimoto](https://github.com/smorimoto)! - Initialise `customConfig` to `undefined` in command run function. + ## 13.0.25 ### Patch Changes diff --git a/package.json b/package.json index eec1e5e8..db3bdce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.25", + "version": "13.0.26", "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",