Skip to content

Commit ab0b5f1

Browse files
authored
Release 2.0.0-beta.2 (#1655)
1 parent 97c42aa commit ab0b5f1

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

History.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# History
22

3+
## 2017-11-13, Version 2.0.0-beta.2, @dead-horse
4+
5+
### Notable changes
6+
7+
* **feature**
8+
* upgrade built-in plugins to adapt egg@2
9+
10+
* **document**
11+
* translate basics/schedule.md, thanks @Azard
12+
* change quickstart examples to async function
13+
* add document for how to customize error handler
14+
* fix typo in async function
15+
16+
### Commits
17+
18+
* [[`ac55d5e`](http://github.com/eggjs/egg/commit/ac55d5eb0b90e2333e3d92523075615e80835647)] - docs: fix typo in async function (#1657) (BccSafe <<[email protected]>>)
19+
* [[`9f362d8`](http://github.com/eggjs/egg/commit/9f362d878b61e1144ceab851215dbafb974fb85f)] - docs(basics/schedule.md): translate (#1648) (Weilun Xiong <<[email protected]>>)
20+
* [[`448d094`](http://github.com/eggjs/egg/commit/448d0945c0030d2f2bdf8e0f85ccfcbde4ba2b25)] - deps: upgrade all plugins to adapt egg@2 (#1653) (Yiyu He <<[email protected]>>)
21+
* [[`4993ee8`](http://github.com/eggjs/egg/commit/4993ee8fae81bf14f92c86ac1d4d952d62e1d165)] - docs(quickstart): generator -> async (#1650) (TZ | 天猪 <<[email protected]>>)
22+
* [[`8c6f16d`](http://github.com/eggjs/egg/commit/8c6f16d64834d46b0689ce079cc5d71155848ac8)] - docs: how to customize error handler (#1651) (Yiyu He <<[email protected]>>)
23+
324
## 2017-11-09, Version 2.0.0-beta.1, @dead-horse
425

526
### Notable changes

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": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "A web framework's framework for Node.js",
55
"keywords": [
66
"web",

0 commit comments

Comments
 (0)