Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Jan 12, 2024
1 parent 32ee2a9 commit 354116e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.2.5](https://github.com/axios-use/axios-use-vue/compare/v0.2.4...v0.2.5) (2024-01-12)


### Bug Fixes

* **useRequest:** revert hasPending recomputed (sources) ([d349846](https://github.com/axios-use/axios-use-vue/commit/d349846b2f4809582fd99b5337d870edbc0de679))


### Features

* **types:** `FullRefArrayItem` compatible with MaybeRef ([8082b72](https://github.com/axios-use/axios-use-vue/commit/8082b723e48e94ad4003bc9be1fde45151963de5))



## [0.2.4](https://github.com/axios-use/axios-use-vue/compare/v0.2.3...v0.2.4) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axios-use/vue",
"version": "0.2.4",
"version": "0.2.5",
"description": "A Vue composition utilities for Axios.",
"type": "module",
"main": "lib/index.cjs",
Expand Down

0 comments on commit 354116e

Please sign in to comment.