Skip to content

Commit

Permalink
Release 2.20.0 (eggjs#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored Mar 7, 2019
1 parent 4cf06da commit aaf008c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# History

## 2019-03-07, Version 2.20.0 @popomore

### Notable changes

* **features**
* support customLoader

* **chore**
* fix typo
* fix testcase

### Commits
* [[`4cf06da27`](http://github.com/eggjs/egg/commit/4cf06da272a3f71b864efb6780ddfe2e6c1ad37c)] - feat: support customLoader (#3484) (Haoliang Gao <<[email protected]>>)
* [[`2f2bd69bb`](http://github.com/eggjs/egg/commit/2f2bd69bb5a5ef5f9d45514c0640f3849bc64293)] - chore:Fix some typos in Chinese and English (#3514) (Maledong <<[email protected]>>)
* [[`65bdd158c`](http://github.com/eggjs/egg/commit/65bdd158caf38abfc945de9aad8367a8567b1a18)] - Fix(cluster-client.test.js):Rollback to previous (#3507) (Maledong <<[email protected]>>)

## 2019-02-28, Version 2.19.0 @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.19.0",
"version": "2.20.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit aaf008c

Please sign in to comment.