From 2f7e6eb5f1a5d52f71736df9787187c7f579a79c Mon Sep 17 00:00:00 2001 From: wangcch Date: Mon, 8 Jan 2024 14:26:43 +0800 Subject: [PATCH] v0.2.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34856e..98b1bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.4](https://github.com/axios-use/axios-use-vue/compare/v0.2.3...v0.2.4) (2024-01-08) + + +### Bug Fixes + +* **useRequest:** cancel-sources comparison failed (vue reactivity in depth) ([6e60503](https://github.com/axios-use/axios-use-vue/commit/6e605036235ee0b7f1eedd4c60e4018e46e483da)) + + + ## [0.2.3](https://github.com/axios-use/axios-use-vue/compare/v0.2.2...v0.2.3) (2024-01-04) diff --git a/package.json b/package.json index 7a868aa..382eeef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axios-use/vue", - "version": "0.2.3", + "version": "0.2.4", "description": "A Vue composition utilities for Axios.", "type": "module", "main": "lib/index.cjs",