Skip to content

Commit

Permalink
release: v1.0.0-draft.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Jan 5, 2021
1 parent 28cc38a commit 588e12b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [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

* add has many by relation ([#35](https://github.com/vuex-orm/vuex-orm-next/issues/35)) ([#37](https://github.com/vuex-orm/vuex-orm-next/issues/37)) ([6c8cce5](https://github.com/vuex-orm/vuex-orm-next/commit/6c8cce5047d626f84bbcb1c4222d00740fd7b214))
* add lazy relationship loading feature ([#44](https://github.com/vuex-orm/vuex-orm-next/issues/44)) ([6bfe237](https://github.com/vuex-orm/vuex-orm-next/commit/6bfe237a56581279c5119dcbfa2a2e576d104240))
* add model `$delete` method ([2fce6ad](https://github.com/vuex-orm/vuex-orm-next/commit/2fce6adee74d1ff4f8fe5ea471c4124c05a9b0e7))

# [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)


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.6",
"version": "1.0.0-draft.7",
"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 588e12b

Please sign in to comment.