Skip to content

Commit 7f57ec5

Browse files
committed
Release v1.10.0-alpha.1
1 parent fa6eb77 commit 7f57ec5

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

History.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11

2-
v1.10.0-alpha / 2019-04-22
2+
v1.10.0-alpha.1 / 2019-04-22
33
==================
44

5+
* code, literal: ORM/DB, config; use file mode in sqlite's test cases.
6+
* fix, test: fix lack of async-return-signal.
7+
8+
v1.10.0-alpha / 2019-04-22
9+
==========================
10+
11+
* Release v1.10.0-alpha
512
* code clean.
613
* feat, model: support specify parallel option when creating.
714
* code, clean: ChainFind.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fxjs/orm",
3-
"version": "1.10.0-alpha",
3+
"version": "1.10.0-alpha.1",
44
"description": "Object Relational Mapping for fibjs",
55
"main": "lib",
66
"types": "@types/index.d.ts",

0 commit comments

Comments
 (0)