Skip to content

Commit

Permalink
release: v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit committed May 7, 2020
1 parent c8bce79 commit 3c93892
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.9.3](https://github.com/vuex-orm/plugin-axios/compare/v0.9.2...v0.9.3) (2020-05-07)


### Features

* 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))
* add configurable `persistBy` option ([#119](https://github.com/vuex-orm/plugin-axios/issues/119)) ([2110528](https://github.com/vuex-orm/plugin-axios/commit/2110528c99e2b3171536f9ba2c5d4c4701a26bb0))



## [0.9.2](https://github.com/vuex-orm/plugin-axios/compare/v0.9.1...v0.9.2) (2019-11-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuex-orm/plugin-axios",
"version": "0.9.2",
"version": "0.9.3",
"description": "Vuex ORM plugin for adding smooth integration with axios.",
"main": "dist/vuex-orm-axios.cjs.js",
"browser": "dist/vuex-orm-axios.esm-browser.js",
Expand Down

0 comments on commit 3c93892

Please sign in to comment.