Skip to content

Commit a26404e

Browse files
committed
release: v1.0.0-draft.4
1 parent 1ce7995 commit a26404e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.0.0-draft.4](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.3...v1.0.0-draft.4) (2020-05-03)
2+
3+
4+
### Features
5+
6+
* add `mapRepos` helper ([#5](https://github.com/vuex-orm/vuex-orm-next/issues/5)) ([4587db7](https://github.com/vuex-orm/vuex-orm-next/commit/4587db7599210d25f077cd2818b038c4982ed892))
7+
* add automatic database registration support ([07c9915](https://github.com/vuex-orm/vuex-orm-next/commit/07c991523d6bf15cf060832ef2bf5297f80a5e68))
8+
9+
10+
111
# [1.0.0-draft.3](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.2...v1.0.0-draft.3) (2020-05-03)
212

313

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.3",
3+
"version": "1.0.0-draft.4",
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)