diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b0244..81db617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.12](https://github.com/varletjs/axle/compare/v0.2.11...v0.2.12) (2023-12-07) + + +### Features + +* support responseStatusInterceptor ([#8](https://github.com/varletjs/axle/issues/8)) ([04f3778](https://github.com/varletjs/axle/commit/04f37781ca8fbbc088cec9ea2f22982757077f1f)) + + + ## [0.2.11](https://github.com/varletjs/axle/compare/v0.2.10...v0.2.11) (2023-12-06) diff --git a/package.json b/package.json index 2150533..92bc06c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/axle", - "version": "0.2.11", + "version": "0.2.12", "description": "Progressive request tool based on axios", "type": "module", "main": "es/index.js",