diff --git a/History.md b/History.md index 8e4ec7e..7467222 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/package.json b/package.json index 9c7575f..09d7a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "1.2.4", + "version": "1.2.5", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {