Skip to content

Commit

Permalink
release: v1.0.0-draft.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Feb 24, 2021
1 parent ea6203b commit c947929
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.0.0-draft.9](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.8...v1.0.0-draft.9) (2021-02-24)

### Bug Fixes

* nested relations not getting normalized correctly ([#50](https://github.com/vuex-orm/vuex-orm-next/issues/50)) ([ea6203b](https://github.com/vuex-orm/vuex-orm-next/commit/ea6203ba0ec907b4e0a1c00fea1b961315d02de2))

# [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuex-orm/core",
"version": "1.0.0-draft.8",
"version": "1.0.0-draft.9",
"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",
Expand Down

0 comments on commit c947929

Please sign in to comment.