Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasmanohar committed Nov 19, 2015
1 parent e18e1df commit 6ef7fbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.0.0 / 2015-11-19
==================

* update to koa v2 api (breaking koa v1)

1.1.0 / 2014-01-14
==================

Expand Down
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

URL rewrite middleware for koa.

___Notice: `koa-rewrite@2` supports `koa@2`, if you want to use this module with `koa@1`, please use `koa-rewrite@1`.___

## Installation

```js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "koa-rewrite",
"description": "URL rewrite middleware for koa",
"repository": "koajs/rewrite",
"version": "1.1.0",
"version": "2.0.0",
"scripts": {
"test": "mocha test/test"
},
Expand Down

0 comments on commit 6ef7fbd

Please sign in to comment.