Skip to content

Commit e3cd9b8

Browse files
Version Packages (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b122616 commit e3cd9b8

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/tender-mice-drum.md

-11
This file was deleted.

packages/typed-openapi/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# typed-openapi
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- b122616: Add requestFormat property to endpoint schema.
8+
9+
- json
10+
- form-data
11+
- form-url
12+
- binary
13+
- text
14+
315
## 0.8.0
416

517
### Minor Changes

packages/typed-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typed-openapi",
33
"type": "module",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
77
"bin": {

0 commit comments

Comments
 (0)