Skip to content

Commit 1077f4d

Browse files
committed
release: v1.0.0-draft.1
1 parent a2a9c24 commit 1077f4d

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+
# [1.0.0-draft.1](https://github.com/vuex-orm/plugin-axios/compare/v1.0.0-draft.0...v1.0.0-draft.1) (2020-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* move types out of index to support nuxt axios module integration ([a2a9c24](https://github.com/vuex-orm/plugin-axios/commit/a2a9c2455ad4934c89affe08a7057b8bb83e9937))
7+
8+
9+
110
# 1.0.0-beta.0 (2020-05-03)
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": "1.0.0-beta.0",
3+
"version": "1.0.0-draft.1",
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)