Skip to content

Commit fd3b80b

Browse files
Version Packages (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 825f293 commit fd3b80b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/spicy-dolls-press.md

-5
This file was deleted.

packages/typed-openapi/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 7f0ecd4: fix: query/path/headers parameters are all marked as required if one of them is required
8+
39
## 0.1.4
410

511
### Patch 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.1.4",
4+
"version": "0.1.5",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
77
"bin": {

0 commit comments

Comments
 (0)