Skip to content

Commit 9a93d0f

Browse files
committed
release: v1.0.0-draft.13
1 parent 41d4c8c commit 9a93d0f

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.13](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.12...v1.0.0-draft.13) (2021-05-10)
2+
3+
### Features
4+
5+
* add the `new` method to create and persist entry with default values ([#57](https://github.com/vuex-orm/vuex-orm-next/issues/57)) ([#68](https://github.com/vuex-orm/vuex-orm-next/issues/68)) ([41d4c8c](https://github.com/vuex-orm/vuex-orm-next/commit/41d4c8c52091b1c31100f95621a89529dfbcd7a8))
6+
17
# [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)
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.12",
3+
"version": "1.0.0-draft.13",
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)