Skip to content

Commit

Permalink
Release 2.20.1 (eggjs#3537)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Mar 12, 2019
1 parent 2fc241a commit c154b56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# History

## 2019-03-12, Version 2.20.1 @dead-horse

### Notable changes

* **fixes**
* empty querystring must be cached
* add Singleton class declare typings

### Commits

* [[`2fc241a86`](http://github.com/eggjs/egg/commit/2fc241a8648d64faab78196ccd0377c781287e5e)] - fix: add Singleton class declare typings (#3522) (mars <<[email protected]>>)
* [[`981bad58b`](http://github.com/eggjs/egg/commit/981bad58ba6c4644b8bbbd818a43bf0dd62e206f)] - fix: empty querystring must be cached (#3535) (Yiyu He <<[email protected]>>)


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

### Notable changes
Expand All @@ -12,6 +26,7 @@
* 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]>>)
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.20.0",
"version": "2.20.1",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit c154b56

Please sign in to comment.