Skip to content

Commit df746f4

Browse files
committed
release: v1.0.0-draft.1
1 parent d41435a commit df746f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.0.0-draft.1](https://github.com/vuex-orm/vuex-orm-next/compare/v1.0.0-draft.0...v1.0.0-draft.1) (2020-04-13)
2+
3+
4+
### Features
5+
6+
* **query:** add primary closure support for the where clause ([d41435a](https://github.com/vuex-orm/vuex-orm-next/commit/d41435a889b7b72d38884f16645702584931056e))
7+
* **query:** add secondary closure support for the where clause ([a2e4c6c](https://github.com/vuex-orm/vuex-orm-next/commit/a2e4c6ca9c2351f37d645ace6bd2352f1f898d16))
8+
* add `order by` feature ([6fba9bc](https://github.com/vuex-orm/vuex-orm-next/commit/6fba9bc6a8d420dd306418a056c5b15380770ed1))
9+
10+
11+
112
# 1.0.0-draft.0 (2020-04-10)
213

314
The fresh start.

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.0",
3+
"version": "1.0.0-draft.1",
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.js",

0 commit comments

Comments
 (0)