Skip to content

Commit

Permalink
Release 2.18.0 (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Feb 26, 2019
1 parent db10931 commit 40ae443
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# History

## 2019-02-26, Version 2.18.0 @dead-horse

### Notable changes

* **features**
* cluster-client support single process mode

* **fixes**
* fix type defined

### Commits

* [[`db1093128`](http://github.com/eggjs/egg/commit/db10931281dd39106e5c657e358117abd39b2103)] - feat: cluster-client support single cpu mode (#3497) (zōng yǔ <<[email protected]>>)
* [[`f7e6ab535`](http://github.com/eggjs/egg/commit/f7e6ab535df378b35dfe6b6b49d7e009dc2bcf3f)] - doc (typescript.md): Chinese translation for the beginning of TypeScript's Introduction (#3488) (Maledong <<[email protected]>>)
* [[`ac7e9a6b6`](http://github.com/eggjs/egg/commit/ac7e9a6b6d732d946dc238d9bad3eaabb81a1b70)] - fix: helper type (#3483) (吖猩 <<[email protected]>>)


## 2019-02-21, Version 2.17.0 @dead-horse

### Notable changes
Expand All @@ -23,6 +40,7 @@
* fix: messenger in single process mode support send without `to`

### Commits

* [[`eac494184`](http://github.com/eggjs/egg/commit/eac4941846948ca6bb8a357d525ad82737425005)] - fix: support send without to argument (#3472) (Yiyu He <<[email protected]>>)


Expand All @@ -37,6 +55,7 @@
* update dependencies

### Commits

* [[`1e859f2e2`](http://github.com/eggjs/egg/commit/1e859f2e200260cab95ac0b860d85609eb3eec06)] - feat(types): remove declaration of view (#3466) (吖猩 <<[email protected]>>)
* [[`4a3ab5ac0`](http://github.com/eggjs/egg/commit/4a3ab5ac0324537fc3cdbcc0e84e3085b8a34586)] - deps: update dependencies (#3464) (Yiyu He <<[email protected]>>)

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": "egg",
"version": "2.17.0",
"version": "2.18.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 40ae443

Please sign in to comment.