Skip to content

Commit 946b974

Browse files
committed
v0.2.1
1 parent f9510eb commit 946b974

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.1](https://github.com/axios-use/axios-use-vue/compare/v0.2.0...v0.2.1) (2023-06-05)
2+
3+
4+
### Features
5+
6+
* **types:** `any` replaces `unknown` as the response type when using js ([d23653c](https://github.com/axios-use/axios-use-vue/commit/d23653ccbf7815012e27b2da1e2b5ca079e55ff5))
7+
8+
9+
110
# [0.2.0](https://github.com/axios-use/axios-use-vue/compare/v0.1.1...v0.2.0) (2023-05-22)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axios-use/vue",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Vue composition utilities for Axios.",
55
"main": "lib/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)