Skip to content

Commit

Permalink
Release v1.10.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Apr 22, 2019
1 parent fa6eb77 commit 7f57ec5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

v1.10.0-alpha / 2019-04-22
v1.10.0-alpha.1 / 2019-04-22
==================

* code, literal: ORM/DB, config; use file mode in sqlite's test cases.
* fix, test: fix lack of async-return-signal.

v1.10.0-alpha / 2019-04-22
==========================

* Release v1.10.0-alpha
* code clean.
* feat, model: support specify parallel option when creating.
* code, clean: ChainFind.ts
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": "@fxjs/orm",
"version": "1.10.0-alpha",
"version": "1.10.0-alpha.1",
"description": "Object Relational Mapping for fibjs",
"main": "lib",
"types": "@types/index.d.ts",
Expand Down

0 comments on commit 7f57ec5

Please sign in to comment.