Release 1.2.3
This commit is contained in:
parent
b1a14f1a73
commit
4c665cc2ef
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
1.2.3 / 2016-09-07
|
||||||
|
==================
|
||||||
|
|
||||||
|
* fix: subdomains should be [] if the host is an ip (#807)
|
||||||
|
|
||||||
1.2.2 / 2016-08-31
|
1.2.2 / 2016-08-31
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "lib/application.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue