diff --git a/.changeset/.release-plan.json b/.changeset/.release-plan.json new file mode 100644 index 0000000..a9fbe64 --- /dev/null +++ b/.changeset/.release-plan.json @@ -0,0 +1,7 @@ +[ + { + "name": "wormajs", + "version": "0.2.4", + "type": "patch" + } +] \ No newline at end of file diff --git a/.changeset/fix-axios-generic-type.md b/.changeset/fix-axios-generic-type.md deleted file mode 100644 index 4c80d9b..0000000 --- a/.changeset/fix-axios-generic-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wormajs": patch ---- - -fix: add explicit unknown generic to axios service template for correct response typing diff --git a/packages/worma/CHANGELOG.md b/packages/worma/CHANGELOG.md index a39eaca..cf1a6c3 100644 --- a/packages/worma/CHANGELOG.md +++ b/packages/worma/CHANGELOG.md @@ -1,5 +1,11 @@ # worma +## 0.2.4 + +### Patch Changes + +- [#177](https://github.com/alovajs/devtools/pull/177) [`923cf21`](https://github.com/alovajs/devtools/commit/923cf21a2c10fb719ab077cb2763aadd29fbb2e8) Thanks [@czhlin](https://github.com/czhlin)! - fix: add explicit unknown generic to axios service template for correct response typing + ## 0.2.3 ### Patch Changes diff --git a/packages/worma/package.json b/packages/worma/package.json index 692e384..d3bb1b6 100644 --- a/packages/worma/package.json +++ b/packages/worma/package.json @@ -1,6 +1,6 @@ { "name": "wormajs", - "version": "0.2.3", + "version": "0.2.4", "description": "A modern OpenAPI code generator - Generate type-safe API clients from OpenAPI specs", "author": "worma", "license": "MIT",