Skip to content

Commit 6b461df

Browse files
committed
Release 1.10.1
1 parent 9eec677 commit 6b461df

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
1.10.1 / 2017-11-08
3+
==================
4+
5+
**fixes**
6+
* [[`9eec677`](http://github.com/eggjs/egg/commit/9eec677757ddbde6f7ddcff2c6a698087e07b70e)] - fix: use this.options instead of this._options (#1625) (Yiyu He <<[email protected]>>)
7+
8+
**others**
9+
* [[`fd1ff63`](http://github.com/eggjs/egg/commit/fd1ff638920fef4a3258767df982b87e70614215)] - test: fix tsc test case (#1620) (Yiyu He <<[email protected]>>)
10+
* [[`6804bd3`](http://github.com/eggjs/egg/commit/6804bd36cfc7a9bd54b3be2d9ce828d4e951f8b8)] - test: add node 9 and drop node 7 (#1602) (fengmk2 <<[email protected]>>)
11+
* [[`3878862`](http://github.com/eggjs/egg/commit/38788621ccf06fd6ac8f4068de3e49c5668e1915)] - docs: translate core/cluster-and-ipc.md (#1594) (lslxdx <<[email protected]>>)
112
# History
213

314
## 2017-10-24, Version 1.10.0, @popomore

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A web framework's framework for Node.js",
55
"keywords": [
66
"web",

0 commit comments

Comments
 (0)