diff --git a/.changeset/old-moments-share.md b/.changeset/old-moments-share.md deleted file mode 100644 index 3e876d5..0000000 --- a/.changeset/old-moments-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: fix global File type conflict #507 diff --git a/CHANGELOG.md b/CHANGELOG.md index dddd48a..ab4b0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-ts-request +## 1.8.4 + +### Patch Changes + +- [#508](https://github.com/openapi-ui/openapi-ts-request/pull/508) [`a9da8c3`](https://github.com/openapi-ui/openapi-ts-request/commit/a9da8c3d3a67e91f44937d18e9cecbeeb6138b22) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix global File type conflict #507 + ## 1.8.3 ### Patch Changes diff --git a/package.json b/package.json index 4f545cb..b1ef5aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.8.3", + "version": "1.8.4", "description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas", "packageManager": "pnpm@9.15.0", "engines": {