Skip to content

Commit 9181371

Browse files
committed
release: v1.0.0-draft.12
1 parent 39906a6 commit 9181371

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-draft.12](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.11...v1.0.0-draft.12) (2021-05-07)
2+
3+
### Bug Fixes
4+
5+
* database type in repository is not correct due to wrong import path ([7403ae7](https://github.com/vuex-orm/vuex-orm-next/commit/7403ae70504f8fa1cf3b66317b0e8527b991dbac))
6+
* store is passed to the repository instead of database ([4c8a573](https://github.com/vuex-orm/vuex-orm-next/commit/4c8a5738f7a35367a8d3c3b022bb5da657e39181))
7+
18
# [1.0.0-draft.11](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.10...v1.0.0-draft.11) (2021-05-06)
29

310
### Bug Fixes

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.11",
3+
"version": "1.0.0-draft.12",
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)