Skip to content

Commit 16e73a8

Browse files
committed
release: v0.9.4
1 parent 5de0b64 commit 16e73a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.9.4](https://github.com/vuex-orm/plugin-axios/compare/v0.9.3...v0.9.4) (2021-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* axios dependency remediation ([2c897a9](https://github.com/vuex-orm/plugin-axios/commit/2c897a94ce90514b1878e4c5767fd86a58530c4e))
7+
8+
9+
110
## [0.9.3](https://github.com/vuex-orm/plugin-axios/compare/v0.9.2...v0.9.3) (2020-05-07)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-axios",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Vuex ORM plugin for adding smooth integration with axios.",
55
"main": "dist/vuex-orm-axios.cjs.js",
66
"browser": "dist/vuex-orm-axios.esm-browser.js",

0 commit comments

Comments
 (0)