diff --git a/.changeset/old-suits-itch.md b/.changeset/old-suits-itch.md deleted file mode 100644 index fd5e610..0000000 --- a/.changeset/old-suits-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openapi-ts-request': patch ---- - -fix: fix translateChineseModuleNodeToEnglish not support includeTags diff --git a/CHANGELOG.md b/CHANGELOG.md index 541df1c..f376b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openapi-ts-request +## 1.6.3 + +### Patch Changes + +- [#412](https://github.com/openapi-ui/openapi-ts-request/pull/412) [`4443208`](https://github.com/openapi-ui/openapi-ts-request/commit/444320864838843f1a10ec2190cd1a51f9d647da) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix translateChineseModuleNodeToEnglish not support includeTags + ## 1.6.2 ### Patch Changes diff --git a/package.json b/package.json index 3d29a80..7fbd42c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openapi-ts-request", - "version": "1.6.2", + "version": "1.6.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": {