Release 2.5.0
This commit is contained in:
parent
3c23aa5b74
commit
916f914727
2 changed files with 16 additions and 1 deletions
15
History.md
15
History.md
|
@ -1,4 +1,19 @@
|
|||
|
||||
2.5.0 / 2018-02-11
|
||||
==================
|
||||
|
||||
* feat: ignore set header/status when header sent (#1137)
|
||||
* run coverage using --runInBand (#1141)
|
||||
* [Update] license year to 2018 (#1130)
|
||||
* docs: small grammatical fix in api docs index (#1111)
|
||||
* docs: fixed typo (#1112)
|
||||
* docs: capitalize K in word koa (#1126)
|
||||
* Error handling: on non-error throw try to stringify if error is an object (#1113)
|
||||
* Use eslint-config-koa (#1105)
|
||||
* Update mgol's name in AUTHORS, add .mailmap (#1100)
|
||||
* Avoid generating package locks instead of ignoring them (#1108)
|
||||
* chore: update copyright year to 2017 (#1095)
|
||||
|
||||
|
||||
2.4.1 / 2017-11-06
|
||||
==================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.4.1",
|
||||
"version": "2.5.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue