Skip to content

Commit 16603db

Browse files
committed
release: v1.0.0-draft.16
1 parent a2c2677 commit 16603db

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0-draft.16](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.15...v1.0.0-draft.16) (2021-11-19)
2+
3+
### Bug Fixes
4+
5+
* add missing relations to plugin scope ([#103](https://github.com/vuex-orm/vuex-orm-next/issues/103)) ([cfa08ce](https://github.com/vuex-orm/vuex-orm-next/commit/cfa08ceffd2ad0497322cf1d4c4b00d4e377640d))
6+
* export missing decorator ([#104](https://github.com/vuex-orm/vuex-orm-next/issues/104)) ([a2c2677](https://github.com/vuex-orm/vuex-orm-next/commit/a2c26778874afe8c7d3a5d363d67be786505fdb1))
7+
* missing attribute exports ([8d5245a](https://github.com/vuex-orm/vuex-orm-next/commit/8d5245a1c5e1783580d90ef9a011b4a240b12944))
8+
9+
### Features
10+
11+
* remove database from model ([#98](https://github.com/vuex-orm/vuex-orm-next/issues/98)) ([a779ac3](https://github.com/vuex-orm/vuex-orm-next/commit/a779ac3356583026d15830eeb4ef70cd4df411c3))
12+
113
# [1.0.0-draft.15](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.14...v1.0.0-draft.15) (2021-11-18)
214

315
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/core",
3-
"version": "1.0.0-draft.15",
3+
"version": "1.0.0-draft.16",
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)