diff --git a/.changeset/nice-tips-listen.md b/.changeset/nice-tips-listen.md deleted file mode 100644 index 0776999..0000000 --- a/.changeset/nice-tips-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: fix bug #525 diff --git a/CHANGELOG.md b/CHANGELOG.md index c392d24..203e88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-ts-request +## 1.9.1 + +### Patch Changes + +- [#533](https://github.com/openapi-ui/openapi-ts-request/pull/533) [`4123907`](https://github.com/openapi-ui/openapi-ts-request/commit/412390793d8857af779ae39a1003218fcbc5e69d) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix bug #525 + ## 1.9.0 ### Minor Changes diff --git a/package.json b/package.json index dacd85b..4bde427 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.9.0", + "version": "1.9.1", "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": {