Skip to content

Commit cd238c6

Browse files
chore(release): 1.6.1
## 1.6.1 (2024-09-09) ### Bug Fixes * fix broken enum types 725e4a4
1 parent 725e4a4 commit cd238c6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.6.1 (2024-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* fix broken enum types 725e4a4
7+
18
## 1.6.0 (2024-09-09)
29

310

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.6.0",
4+
"version": "1.6.1",
55
"license": "MIT",
66
"type": "module",
77
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)