Skip to content

Commit b9a3180

Browse files
committed
release: v1.0.0-draft.10
1 parent 2d96a59 commit b9a3180

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [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)
2+
3+
### Bug Fixes
4+
5+
* **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))
6+
17
# [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)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/core",
3-
"version": "1.0.0-draft.9",
3+
"version": "1.0.0-draft.10",
44
"description": "The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.",
55
"main": "dist/vuex-orm.cjs.js",
66
"browser": "dist/vuex-orm.esm-browser.js",

0 commit comments

Comments
 (0)