Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Nov 24, 2015
1 parent 08820ef commit faab16d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# History

## 6.2.0

- Improved router.url() [#143](https://github.com/alexmingoia/koa-router/pull/143)

## 6.1.0

- Adds support for named routes and regular expressions
[#152](https://github.com/alexmingoia/koa-router/pulls/152)
- Improved router.url() [#143](https://github.com/alexmingoia/koa-router/pull/143)
- Add support for custom throw functions for 405 and 501 responses [#206](https://github.com/alexmingoia/koa-router/pull/206)

## 6.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib"
],
"author": "Alex Mingoia <talk@alexmingoia.com>",
"version": "6.1.0",
"version": "6.2.0",
"keywords": [
"koa",
"middleware",
Expand Down

0 comments on commit faab16d

Please sign in to comment.