diff --git a/.changeset/curly-foxes-collect.md b/.changeset/curly-foxes-collect.md deleted file mode 100644 index 562f0460a..000000000 --- a/.changeset/curly-foxes-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -Warn users about missing dependencies used in the generated client diff --git a/.changeset/good-balloons-sleep.md b/.changeset/good-balloons-sleep.md deleted file mode 100644 index aa9f29c59..000000000 --- a/.changeset/good-balloons-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hey-api/openapi-ts": patch ---- - -Use AbortController in Axios client instead of deprecated CancelToken diff --git a/CHANGELOG.md b/CHANGELOG.md index 45730a0c4..bac223316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @hey-api/openapi-ts +## 0.27.39 + +### Patch Changes + +- Warn users about missing dependencies used in the generated client ([#124](https://github.com/hey-api/openapi-ts/pull/124)) + +- Use AbortController in Axios client instead of deprecated CancelToken ([#124](https://github.com/hey-api/openapi-ts/pull/124)) + ## 0.27.38 ### Minor Changes diff --git a/package.json b/package.json index 0747f552f..5b0256da1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hey-api/openapi-ts", - "version": "0.27.38", + "version": "0.27.39", "type": "module", "description": "Turn your OpenAPI specification into a beautiful TypeScript client", "homepage": "https://github.com/hey-api/openapi-ts/",