Skip to content

Commit

Permalink
release: v1.0.0-draft.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Nov 19, 2021
1 parent a2c2677 commit 16603db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [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)

### Bug Fixes

* 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))
* 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))
* missing attribute exports ([8d5245a](https://github.com/vuex-orm/vuex-orm-next/commit/8d5245a1c5e1783580d90ef9a011b4a240b12944))

### Features

* 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))

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

### Bug Fixes
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.15",
"version": "1.0.0-draft.16",
"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 16603db

Please sign in to comment.