Release 1.2.4

This commit is contained in:
dead_horse 2016-09-07 16:22:45 +08:00
parent 27caff3d59
commit a293cc2d5e
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,9 @@
1.2.4 / 2016-09-07
==================
* fix: should get subdomains from hostname instead (#809)
1.2.3 / 2016-09-07 1.2.3 / 2016-09-07
================== ==================

View file

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