Skip to content

Commit a7fe58a

Browse files
committed
release: v1.0.0-draft.3
1 parent 656618a commit a7fe58a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.0.0-draft.3](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.2...v1.0.0-draft.3) (2020-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* export missing `use` function ([656618a](https://github.com/vuex-orm/vuex-orm-next/commit/656618a5e0402141ce85c46d765c3828d45f96a4))
7+
8+
9+
110
# [1.0.0-draft.2](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.1...v1.0.0-draft.2) (2020-05-03)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/core",
3-
"version": "1.0.0-draft.2",
3+
"version": "1.0.0-draft.3",
44
"description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.",
55
"main": "dist/vuex-orm.cjs.js",
66
"browser": "dist/vuex-orm.esm-browser.js",

0 commit comments

Comments
 (0)