We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c9740 commit 2190511Copy full SHA for 2190511
CHANGELOG.md
@@ -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
10
## [0.2.1](https://github.com/axios-use/axios-use-vue/compare/v0.2.0...v0.2.1) (2023-06-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@axios-use/vue",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "A Vue composition utilities for Axios.",
"type": "module",
"main": "lib/index.cjs",
0 commit comments