-
-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5a38e16
commit 343cadf
Showing
4 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# swr-openapi | ||
|
||
## 5.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#1932](https://github.com/openapi-ts/openapi-typescript/pull/1932) [`639ec45`](https://github.com/openapi-ts/openapi-typescript/commit/639ec45ed9155d2bc0c3d0fbebd3bc52f90ca7eb) Thanks [@htunnicliff](https://github.com/htunnicliff)! - Modify package.json to point to new repository | ||
|
||
- [#1993](https://github.com/openapi-ts/openapi-typescript/pull/1993) [`d95c474`](https://github.com/openapi-ts/openapi-typescript/commit/d95c474bc3eab790e93029ac802e18b79a311fba) Thanks [@htunnicliff](https://github.com/htunnicliff)! - Update dependencies and adjust paths signature to conform to updated helper signature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "swr-openapi", | ||
"description": "Generate SWR hooks from OpenAPI schemas", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"author": { | ||
"name": "Hunter Tunnicliff", | ||
"email": "[email protected]" | ||
|