Release 1.2.5

This commit is contained in:
dead-horse 2017-02-12 00:06:13 +08:00
parent d28d959bc8
commit 8b2dbf6ba0
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
1.2.5 / 2017-02-12
==================
* Fix malformed content-type header causing exception on charset get (#897)
* this.is() returns null when no body is passed (#850)
1.2.4 / 2016-09-07 1.2.4 / 2016-09-07
================== ==================

View file

@ -1,6 +1,6 @@
{ {
"name": "koa", "name": "koa",
"version": "1.2.4", "version": "1.2.5",
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "lib/application.js", "main": "lib/application.js",
"scripts": { "scripts": {