diff --git a/.changeset/tricky-pants-remain.md b/.changeset/tricky-pants-remain.md deleted file mode 100644 index 5e489e1..0000000 --- a/.changeset/tricky-pants-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: fix parse parameters ref error #486 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3b786..2322df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-ts-request +## 1.8.1 + +### Patch Changes + +- [#488](https://github.com/openapi-ui/openapi-ts-request/pull/488) [`386378c`](https://github.com/openapi-ui/openapi-ts-request/commit/386378cf4fc2459a4f452a9f9cce902bea448f4c) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix parse parameters ref error #486 + ## 1.8.0 ### Minor Changes diff --git a/package.json b/package.json index 2cf40b4..51c5a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.8.0", + "version": "1.8.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": {