We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057e156 commit 2b24b36Copy full SHA for 2b24b36
.changeset/fluffy-lions-refuse.md
packages/typed-openapi/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# typed-openapi
2
3
+## 2.1.2
4
+
5
+### Patch Changes
6
7
+- 057e156: Fix type inference on success calls when not using `withResponse: true` while having multiple responses (ex:
8
+ one for status 200 and another or status 304) with one that has a resulting schema of `unknown`
9
10
## 2.1.1
11
12
### Patch Changes
packages/typed-openapi/package.json
@@ -1,7 +1,7 @@
{
"name": "typed-openapi",
"type": "module",
- "version": "2.1.1",
+ "version": "2.1.2",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
0 commit comments