Skip to content

Commit a5d5836

Browse files
committed
1 parent 5514bd7 commit a5d5836

File tree

8 files changed

+15
-26
lines changed

8 files changed

+15
-26
lines changed

.changeset/few-tomatoes-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-keys-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-worms-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-planes-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-ducks-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# openapi-fetch
22

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- [#1597](https://github.com/drwpow/openapi-typescript/pull/1597) [`1f7ad9d`](https://github.com/drwpow/openapi-typescript/commit/1f7ad9d41f1f1ca7b1195a381c907393f9ef743b) Thanks [@armandabric](https://github.com/armandabric)! - Allow to select the response content type
8+
9+
- [#1585](https://github.com/drwpow/openapi-typescript/pull/1585) [`4e06f86`](https://github.com/drwpow/openapi-typescript/commit/4e06f86934e11f3dbc3aabee4b4e61dd62680782) Thanks [@mikestopcontinues](https://github.com/mikestopcontinues)! - Update types for path-methods object
10+
11+
- [#1610](https://github.com/drwpow/openapi-typescript/pull/1610) [`cc8073b`](https://github.com/drwpow/openapi-typescript/commit/cc8073b3ee42e7aaa546a9c6a0553c300d8882de) Thanks [@illright](https://github.com/illright)! - Fix data/error discrimination when there are empty-body errors
12+
13+
- [#1587](https://github.com/drwpow/openapi-typescript/pull/1587) [`2a66a64`](https://github.com/drwpow/openapi-typescript/commit/2a66a6483d755a090e57a457b22eb99696da098a) Thanks [@JE-lee](https://github.com/JE-lee)! - Fix the custom fetch type
14+
315
## 0.9.3
416

517
### Patch Changes

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 5 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-typescript/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979

8080
- [`6d1eb32`](https://github.com/drwpow/openapi-typescript/commit/6d1eb32e610cb62effbd1a817ae8fc93337126a6) Thanks [@drwpow](https://github.com/drwpow)! - 🧹 Cleaned up and reorganized all tests
8181

82+
- [#1602](https://github.com/drwpow/openapi-typescript/pull/1602) [`9da96cd`](https://github.com/drwpow/openapi-typescript/commit/9da96cda4eb8f959c4703637d8fc89e1d3532af1) Thanks [@JeanRemiDelteil](https://github.com/JeanRemiDelteil)! - Do not add readonly on Typescript enum when the --immutable option is used.
83+
8284
## 6.7.0
8385

8486
### Minor Changes

0 commit comments

Comments
 (0)