1.0.0
This commit is contained in:
parent
8804b7ba6f
commit
0b9c032af1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
1.0.0 / 2015-08-22
|
||||
==================
|
||||
|
||||
* add `this.req` check for `querystring()`
|
||||
* don't log errors with `err.expose`
|
||||
* `koa` now follows semver!
|
||||
|
||||
0.21.0 / 2015-05-23
|
||||
==================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "0.21.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue