Skip to content

Commit

Permalink
Merge branch 'release/v0.0.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Sep 13, 2014
2 parents 0923c4e + ae00e45 commit 6aa1a95
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.0.15 - 2014-09-13

### Added
- KoaJS dev dependency updated to 0.11.0

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 0.0.14 - 2014-08-23

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "koa-json-logger",
"version": "0.0.14",
"version": "0.0.16",
"description": "KoaJS HTTP Request/Response/Error JSON format logger",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"coveralls": "^2.11.1",
"istanbul-harmony": "^0.3.0",
"jshint": "^2.5.4",
"koa": "^0.10.0",
"koa": "^0.11.0",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"supertest": "^0.13.0"
Expand Down

0 comments on commit 6aa1a95

Please sign in to comment.