Skip to content

Commit

Permalink
Update package.json to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlai committed Apr 17, 2017
1 parent 15df3ee commit 3b22a00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

2.0.0 / 2017-04-14
==================

Thanks to [ifraixedes](https://github.com/ifraixedes) for
updating and refactoring to work with koa 2.x

* Merge pull request #16 from venables/update-uuid-2x
* Merge pull request #15 from marcbachmann/update-uuid
* chore(package): update uuid to version 3.0.0
* Include stdSerializers in custom bunyan logger example
* Merge pull request #12 from umayr/2x
* Update examples
* Merge pull request #11 from kevinawoo/patch-1
* fixed example typo.
* Merge pull request #10 from alxarch/patch-1
* Fix wrong method name

1.3.0 / 2015-10-26
==================

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-bunyan-logger",
"version": "1.3.0",
"version": "2.0.0",
"description": "Koa middleware for logging requests using bunyan",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 3b22a00

Please sign in to comment.