diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab41ac..a512bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.0.0-draft.8](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.7...v1.0.0-draft.8) (2021-01-28) + +### Features + +* fill relation on "make" ([9c47d46](https://github.com/vuex-orm/vuex-orm-next/commit/9c47d46d0b07d3a04a4f3d42523f026eb5d0cd66)) + # [1.0.0-draft.7](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.6...v1.0.0-draft.7) (2021-01-05) ### Features diff --git a/package.json b/package.json index 0358f3e..c6e46fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vuex-orm/core", - "version": "1.0.0-draft.7", + "version": "1.0.0-draft.8", "description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.", "main": "dist/vuex-orm.cjs.js", "browser": "dist/vuex-orm.esm-browser.js",