Skip to content

Commit 354116e

Browse files
committed
v0.2.5
1 parent 32ee2a9 commit 354116e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.2.5](https://github.com/axios-use/axios-use-vue/compare/v0.2.4...v0.2.5) (2024-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **useRequest:** revert hasPending recomputed (sources) ([d349846](https://github.com/axios-use/axios-use-vue/commit/d349846b2f4809582fd99b5337d870edbc0de679))
7+
8+
9+
### Features
10+
11+
* **types:** `FullRefArrayItem` compatible with MaybeRef ([8082b72](https://github.com/axios-use/axios-use-vue/commit/8082b723e48e94ad4003bc9be1fde45151963de5))
12+
13+
14+
115
## [0.2.4](https://github.com/axios-use/axios-use-vue/compare/v0.2.3...v0.2.4) (2024-01-08)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axios-use/vue",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A Vue composition utilities for Axios.",
55
"type": "module",
66
"main": "lib/index.cjs",

0 commit comments

Comments
 (0)