Skip to content

Commit

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

### Bug Fixes

* database type in repository is not correct due to wrong import path ([7403ae7](https://github.com/vuex-orm/vuex-orm-next/commit/7403ae70504f8fa1cf3b66317b0e8527b991dbac))
* store is passed to the repository instead of database ([4c8a573](https://github.com/vuex-orm/vuex-orm-next/commit/4c8a5738f7a35367a8d3c3b022bb5da657e39181))

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

### 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.11",
"version": "1.0.0-draft.12",
"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 9181371

Please sign in to comment.