Skip to content

Commit 6846934

Browse files
committed
release: v1.0.0-draft.6
1 parent fd27ccd commit 6846934

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.0.0-draft.6](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.5...v1.0.0-draft.6) (2020-11-16)
2+
3+
4+
### Features
5+
6+
* add `merge` method to the repository ([3fcbf6a](https://github.com/vuex-orm/vuex-orm-next/commit/3fcbf6a40f95fd20182c9ab45ed33545a81ac0b8))
7+
* add eager load constraints feature ([ec7f274](https://github.com/vuex-orm/vuex-orm-next/commit/ec7f2744ab9bea551740bec1a09dd562bca47b90))
8+
9+
10+
111
# [1.0.0-draft.5](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.4...v1.0.0-draft.5) (2020-11-16)
212

313

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