Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Apr 15, 2023
1 parent 9727c2e commit cddbf0e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [0.1.1](https://github.com/axios-use/axios-use-vue/compare/v0.1.0...v0.1.1) (2023-04-15)


### Bug Fixes

* **context:** support vue 2 (provide) ([7013478](https://github.com/axios-use/axios-use-vue/commit/7013478a268da9e260035ced5dea351c51332c3b))


### Features

* **content:** provide_key to Symbol ([23c9c32](https://github.com/axios-use/axios-use-vue/commit/23c9c32f3b06e3b3b71481243a9ba3e6ce295a11))
* **types:** support vue2 type ([3d22979](https://github.com/axios-use/axios-use-vue/commit/3d229794e6ea99c76a183d97773c58b2205279e3))


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axios-use/vue",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Vue composition utilities for Axios.",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit cddbf0e

Please sign in to comment.