Skip to content

Commit

Permalink
Release 1.2.1 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed May 4, 2017
1 parent 1358766 commit eb2ef9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
@@ -1,5 +1,18 @@
# History

## 2017-05-04, Version 1.2.1, @popomore

### Notable changes

* **fix**
* loadPlugin can be extended

### Commits

* [[`13587667`](http://github.com/eggjs/egg/commit/13587667ac019ca516ae11aea728e84966dc57a5)] - fix(loader): loadPlugin can be extended (#836) (Haoliang Gao <<sakura9515@gmail.com>>)
* [[`1a027ad7`](http://github.com/eggjs/egg/commit/1a027ad727468d48afe45d1f3ce54de2e4ecfd16)] - test: use assert instead of should (#837) (Haoliang Gao <<sakura9515@gmail.com>>)
* [[`89b4df9d`](http://github.com/eggjs/egg/commit/89b4df9d21ddf07efd246145c52141a72e07ad80)] - docs: fix wrong name in chinese router doc (#833) (Tomatoo <<424203705@qq.com>>)

## 2017-04-28, Version 1.2.0, @popomore

### Notable changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
"version": "1.2.0",
"version": "1.2.1",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit eb2ef9b

Please sign in to comment.