Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 19, 2016
1 parent 42452c6 commit 353a840
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.0"></a>
# [1.2.0](https://github.com/tunnckocore/koa-better-router/compare/v1.1.0...v1.2.0) (2016-10-19)


### Bug Fixes

* **groupRoutes:** simplify `.groupRoutes` method ([04a88d7](https://github.com/tunnckocore/koa-better-router/commit/04a88d7))


### Features

* **addRoutes:** add `.addRoutes` method, part of #5 ([f3a8757](https://github.com/tunnckocore/koa-better-router/commit/f3a8757))
* **extend:** add `.extend` method, part of #5 and #6 ([ba30fdd](https://github.com/tunnckocore/koa-better-router/commit/ba30fdd)), closes [#6](https://github.com/tunnckocore/koa-better-router/issues/6)
* **getRoute:** add `.getRoute` method, part of #5 ([9996eee](https://github.com/tunnckocore/koa-better-router/commit/9996eee))
* **getRoutes:** add `.getRoutes` method, part of #5 ([a171a43](https://github.com/tunnckocore/koa-better-router/commit/a171a43))
* **groupRoutes:** add `.groupRoutes` method, part of #5 ([4126827](https://github.com/tunnckocore/koa-better-router/commit/4126827)), closes [#3](https://github.com/tunnckocore/koa-better-router/issues/3)



<a name="1.1.0"></a>
# [1.1.0](https://github.com/tunnckocore/koa-better-router/compare/v1.0.2...v1.1.0) (2016-10-14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-better-router",
"version": "1.1.0",
"version": "1.2.0",
"description": "Stable and lovely router for [koa][], using [path-match][]. Foundation for building powerful, flexible and RESTful APIs easily.",
"repository": "tunnckoCore/koa-better-router",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
Expand Down

0 comments on commit 353a840

Please sign in to comment.