diff --git a/.changeset/afraid-trains-care.md b/.changeset/afraid-trains-care.md deleted file mode 100644 index 55abcc7d..00000000 --- a/.changeset/afraid-trains-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Respect debug and silent logging configuration for both cli and lib modes diff --git a/.changeset/funny-bikes-marry.md b/.changeset/funny-bikes-marry.md deleted file mode 100644 index 68ef6d01..00000000 --- a/.changeset/funny-bikes-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Remove types fields from package.json as there are no types yet diff --git a/.changeset/orange-dogs-lay.md b/.changeset/orange-dogs-lay.md deleted file mode 100644 index 081f7692..00000000 --- a/.changeset/orange-dogs-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Fix route regex pattern in route name generation diff --git a/.changeset/rude-impalas-unite.md b/.changeset/rude-impalas-unite.md deleted file mode 100644 index a6d35b42..00000000 --- a/.changeset/rude-impalas-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Remove unnecessary camel case conversion for query params diff --git a/.changeset/sour-lamps-heal.md b/.changeset/sour-lamps-heal.md deleted file mode 100644 index b46ec94e..00000000 --- a/.changeset/sour-lamps-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swagger-typescript-api": patch ---- - -Add ts-nocheck comment to auto-generated file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..62371777 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# swagger-typescript-api + +## 13.0.23 + +### Patch Changes + +- [#1046](https://github.com/acacode/swagger-typescript-api/pull/1046) [`40dd9d8`](https://github.com/acacode/swagger-typescript-api/commit/40dd9d864d69a897f53880c991bed7257d290b97) Thanks [@AugusDogus](https://github.com/AugusDogus)! - Respect debug and silent logging configuration for both cli and lib modes + +- [#1048](https://github.com/acacode/swagger-typescript-api/pull/1048) [`bd49e34`](https://github.com/acacode/swagger-typescript-api/commit/bd49e34dee067101d997aab44224cf01ffd10e82) Thanks [@smorimoto](https://github.com/smorimoto)! - Remove types fields from package.json as there are no types yet + +- [#929](https://github.com/acacode/swagger-typescript-api/pull/929) [`1e2e00e`](https://github.com/acacode/swagger-typescript-api/commit/1e2e00e373b0aa405adb7bf27f5b4d4d1d457875) Thanks [@BoltDoggy](https://github.com/BoltDoggy)! - Fix route regex pattern in route name generation + +- [#701](https://github.com/acacode/swagger-typescript-api/pull/701) [`0a71f2b`](https://github.com/acacode/swagger-typescript-api/commit/0a71f2b381c40433bc86e39c174e448cb9a14572) Thanks [@nicky1038](https://github.com/nicky1038)! - Remove unnecessary camel case conversion for query params + +- [#1041](https://github.com/acacode/swagger-typescript-api/pull/1041) [`47381de`](https://github.com/acacode/swagger-typescript-api/commit/47381dec5fde08e96d49164997db9592755dc08a) Thanks [@Jerome1337](https://github.com/Jerome1337)! - Add ts-nocheck comment to auto-generated file diff --git a/package.json b/package.json index 05056ddc..1692c6fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagger-typescript-api", - "version": "13.0.22", + "version": "13.0.23", "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",