Skip to content

Commit f209d29

Browse files
committed
release: v1.0.0-draft.11
1 parent 239db67 commit f209d29

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.11](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.10...v1.0.0-draft.11) (2021-05-06)
2+
3+
### Bug Fixes
4+
5+
* normalization error on nested relationship ([#61](https://github.com/vuex-orm/vuex-orm-next/issues/61)) ([239db67](https://github.com/vuex-orm/vuex-orm-next/commit/239db67c4c750aec447562a55f8eb9ebec34a5cd))
6+
7+
### Features
8+
9+
* add support for multiple databases ([#53](https://github.com/vuex-orm/vuex-orm-next/issues/53)) ([c319b3a](https://github.com/vuex-orm/vuex-orm-next/commit/c319b3a9a84c88c01eb8af426014b70aefe1bc35))
10+
111
# [1.0.0-draft.10](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.9...v1.0.0-draft.10) (2021-04-17)
212

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