Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88af725

Browse files
committedJun 25, 2024·
chore(release): 1.5.11
## 1.5.11 (2024-06-25) ### Bug Fixes * fix required request body query enabling e52b9fb * support query, body and params requests 057f81b
1 parent 057f81b commit 88af725

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.5.11 (2024-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* fix required request body query enabling e52b9fb
7+
* support query, body and params requests 057f81b
8+
19
## 1.5.10 (2024-06-17)
210

311

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-query-lightbase-codegen",
33
"description": "Fully typed react query code generation tool based on openApi specifications",
4-
"version": "1.5.10",
4+
"version": "1.5.11",
55
"license": "MIT",
66
"type": "module",
77
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.