Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Aug 29, 2016
1 parent 4f3029d commit c356b04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

0.1.1 / 2016-08-29
==================

* refactor: use ctx.setRawHeader (#61)
* chore: add benchmarks (#62)
* fix(meta): remove server-id (#56)
* feat(response): add res.setRawHeader (#60)
* refator: use utils.assign instead of Object.assign (#59)
* feat: docs structure (#55)
* docs: web.md and web.zh_CN.md (#54)

0.1.0 / 2016-08-18
==================

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": "0.1.0",
"version": "0.1.1",
"description": "A web framework's framework for Node.js",
"dependencies": {
"accepts": "^1.3.3",
Expand Down

0 comments on commit c356b04

Please sign in to comment.