Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Aug 21, 2017
1 parent 9abc2fe commit 90d71fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

1.1.1 / 2017-08-21
==================

**others**
* [[`9abc2fe`](http://github.com/koajs/rewrite/commit/9abc2fe4a366de97c1fec21ea16400d572fae728)] - refactor: use yield instead of yield* (#16) (fengmk2 <<fengmk2@gmail.com>>)
* [[`37efdad`](http://github.com/koajs/rewrite/commit/37efdadc1790110d2f211fdac81eb0a7c72540f9)] - chore(package): update dependencies (greenkeeperio-bot <<support@greenkeeper.io>>)
* [[`f2a27e8`](http://github.com/koajs/rewrite/commit/f2a27e8e15771629a03b961f668e1fd78fbd8ff2)] - add test (nswbmw1992 <<nswbmw1992@gmail.com>>)
* [[`a5ef722`](http://github.com/koajs/rewrite/commit/a5ef7227089299eb1fbdbd42ff7db92185ca6f13)] - Restore this.path when upstream (nswbmw1992 <<nswbmw1992@gmail.com>>)
* [[`1fdf5aa`](http://github.com/koajs/rewrite/commit/1fdf5aabfca39727c57cc0a64d1a89877d7759f1)] - Create .travis.yml (Jonathan Ong <<jonathanrichardong@gmail.com>>)

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

Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.1",
"scripts": {
"test": "mocha --harmony test/*.js"
},
Expand All @@ -26,4 +26,4 @@
"debug": "^3.0.0",
"path-to-regexp": "^1.7.0"
}
}
}

0 comments on commit 90d71fa

Please sign in to comment.