diff --git a/.changeset/angry-tires-drive.md b/.changeset/angry-tires-drive.md deleted file mode 100644 index 3f99beb..0000000 --- a/.changeset/angry-tires-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: fix display negative enum value error #503 diff --git a/CHANGELOG.md b/CHANGELOG.md index 357f441..dddd48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-ts-request +## 1.8.3 + +### Patch Changes + +- [#504](https://github.com/openapi-ui/openapi-ts-request/pull/504) [`ab2a34a`](https://github.com/openapi-ui/openapi-ts-request/commit/ab2a34a4ed769faf0c03aa78736baf7f70dc8dd0) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix display negative enum value error #503 + ## 1.8.2 ### Patch Changes diff --git a/package.json b/package.json index 3c49766..4f545cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.8.2", + "version": "1.8.3", "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": {