mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
Release 1.2.1 (#840)
This commit is contained in:
parent
13587667ac
commit
eb2ef9b65b
13
History.md
13
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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user