Skip to content

Commit

Permalink
release: v1.0.0-draft.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed May 10, 2021
1 parent 41d4c8c commit 9a93d0f
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.13](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.12...v1.0.0-draft.13) (2021-05-10)

### Features

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

# [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
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.12",
"version": "1.0.0-draft.13",
"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 9a93d0f

Please sign in to comment.