Skip to content

Commit

Permalink
Release 1.16.2 (eggjs#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and popomore committed Oct 9, 2018
1 parent fd738e0 commit 08caf2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# History

## 2018-10-08, Version 1.16.2 @dead-horse

### Notable changes

**fixes**
* upgrade to egg-logger@2, don't write log when stream was destroyed
* pin [email protected] to avoid output deprecate message

### Commits

* [[`fd738e01e`](https://github.com/eggjs/egg/commit/fd738e01ef6b07cea689837841fb322ccea9e94a)] - deps: egg-logger@2 (#3074) (Yiyu He <<[email protected]>>)
* [[`5e189e814`](https://github.com/eggjs/egg/commit/5e189e81462f5021b6cbd901b45d2f0ff8c6869b)] - refactor: separate dumping config object and config file (#3054) (Khaidi Chu <<[email protected]>>)
* [[`14538a1fd`](https://github.com/eggjs/egg/commit/14538a1fd059f5e24ca5ec7cdf606d51928c7d18)] - deps: pin [email protected] to avoid output deprecate message (#3024) (Yiyu He <<[email protected]>>)

## 2018-09-11, Version 1.16.1 @atian25

### Notable changes
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": "1.16.1",
"version": "1.16.2",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 08caf2e

Please sign in to comment.