Skip to content

Commit 2190511

Browse files
committed
v0.2.2
1 parent 93c9740 commit 2190511

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.2](https://github.com/axios-use/axios-use-vue/compare/v0.2.1...v0.2.2) (2023-11-21)
2+
3+
4+
### Feature
5+
6+
* **build:** add umd modules and `type: module` ([b198da0](https://github.com/axios-use/axios-use-vue/commit/b198da089cff1afb0de2236c97219755572a57e4))
7+
8+
9+
110
## [0.2.1](https://github.com/axios-use/axios-use-vue/compare/v0.2.0...v0.2.1) (2023-06-05)
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.1",
3+
"version": "0.2.2",
44
"description": "A Vue composition utilities for Axios.",
55
"type": "module",
66
"main": "lib/index.cjs",

0 commit comments

Comments
 (0)