Skip to content

Commit

Permalink
Release 2.0.0-beta.2 (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Nov 13, 2017
1 parent 97c42aa commit ab0b5f1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# History

## 2017-11-13, Version 2.0.0-beta.2, @dead-horse

### Notable changes

* **feature**
* upgrade built-in plugins to adapt egg@2

* **document**
* translate basics/schedule.md, thanks @Azard
* change quickstart examples to async function
* add document for how to customize error handler
* fix typo in async function

### Commits

* [[`ac55d5e`](http://github.com/eggjs/egg/commit/ac55d5eb0b90e2333e3d92523075615e80835647)] - docs: fix typo in async function (#1657) (BccSafe <<[email protected]>>)
* [[`9f362d8`](http://github.com/eggjs/egg/commit/9f362d878b61e1144ceab851215dbafb974fb85f)] - docs(basics/schedule.md): translate (#1648) (Weilun Xiong <<[email protected]>>)
* [[`448d094`](http://github.com/eggjs/egg/commit/448d0945c0030d2f2bdf8e0f85ccfcbde4ba2b25)] - deps: upgrade all plugins to adapt egg@2 (#1653) (Yiyu He <<[email protected]>>)
* [[`4993ee8`](http://github.com/eggjs/egg/commit/4993ee8fae81bf14f92c86ac1d4d952d62e1d165)] - docs(quickstart): generator -> async (#1650) (TZ | 天猪 <<[email protected]>>)
* [[`8c6f16d`](http://github.com/eggjs/egg/commit/8c6f16d64834d46b0689ce079cc5d71155848ac8)] - docs: how to customize error handler (#1651) (Yiyu He <<[email protected]>>)

## 2017-11-09, Version 2.0.0-beta.1, @dead-horse

### 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": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit ab0b5f1

Please sign in to comment.