Skip to content

Commit 3c93892

Browse files
committed
release: v0.9.3
1 parent c8bce79 commit 3c93892

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.9.3](https://github.com/vuex-orm/plugin-axios/compare/v0.9.2...v0.9.3) (2020-05-07)
2+
3+
4+
### Features
5+
6+
* add `persistOptions` to handle relation persistence ([#121](https://github.com/vuex-orm/plugin-axios/issues/121)) ([4345c98](https://github.com/vuex-orm/plugin-axios/commit/4345c98c3002c01924f2e0672d1874b7d746524a))
7+
* add configurable `persistBy` option ([#119](https://github.com/vuex-orm/plugin-axios/issues/119)) ([2110528](https://github.com/vuex-orm/plugin-axios/commit/2110528c99e2b3171536f9ba2c5d4c4701a26bb0))
8+
9+
10+
111
## [0.9.2](https://github.com/vuex-orm/plugin-axios/compare/v0.9.1...v0.9.2) (2019-11-25)
212

313

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.2",
3+
"version": "0.9.3",
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)