Skip to content

Commit

Permalink
chore(release): 2.5.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.4](v2.5.3...v2.5.4) (2023-05-23)

### Bug Fixes

* clear error value when request again and is success ([3d0d3bf](3d0d3bf))
* correct type files of states hook ([0179bd5](0179bd5))
* returns a promise when call fetch which returns in useFetcher ([4d43642](4d43642))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent dcfcc75 commit 84ae3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alova",
"version": "2.5.3",
"version": "2.5.4",
"description": "Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js",
"main": "dist/alova.esm.js",
"module": "dist/alova.esm.js",
Expand Down

0 comments on commit 84ae3aa

Please sign in to comment.