Skip to content

Commit

Permalink
Release 2.29.2 (#4612)
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu authored Feb 18, 2021
1 parent 99682e4 commit e25584d
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,20 @@
# History

## 2021-02-18, Version 2.29.2 @killa

### Notable Changes

* **fixes**
* fix query typing
* add overrideIgnore define

### Commits

* [[`99682e4bd`](http://github.com/eggjs/egg/commit/99682e4bd5afe1697cab02001e919b967c264869)] - fix: fix query typing (#4611) (killa <<[email protected]>>)
* [[`26017ee2e`](http://github.com/eggjs/egg/commit/26017ee2e49bd8a42b660baabe31284e00f81bcb)] - chore: fix comment typo at request.js (#4513) (Albert 理斯特 <<[email protected]>>)
* [[`34048c275`](http://github.com/eggjs/egg/commit/34048c275afe1126716ef4265b667169e9866e53)] - fix: add overrideIgnore define (#4490) (kotot <<[email protected]>>)
* [[`d652658d1`](http://github.com/eggjs/egg/commit/d652658d1205d0fbc73b4417c2ae54ee0a24f395)] - docs: d2 ads (#4508) (Suyi <<[email protected]>>)

## 2020-10-19, Version 2.29.1 @atian25

### 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.29.1",
"version": "2.29.2",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit e25584d

Please sign in to comment.