Skip to content

Commit

Permalink
release: v1.0.0-draft.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Apr 17, 2021
1 parent 2d96a59 commit b9a3180
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.10](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.9...v1.0.0-draft.10) (2021-04-17)

### Bug Fixes

* **repository:** implement missing `add` & `replace` methods ([#58](https://github.com/vuex-orm/vuex-orm-next/issues/58)) ([09496aa](https://github.com/vuex-orm/vuex-orm-next/commit/09496aa89c28506fd5d964da44bf607203bc9420))

# [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
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.9",
"version": "1.0.0-draft.10",
"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 b9a3180

Please sign in to comment.