Skip to content

Commit

Permalink
Merge branch 'release/v0.0.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Nov 6, 2014
2 parents 6aa1a95 + df2a19e commit e52d609
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.0.18 - 2014-11-06

### Added
- Package dependency updates

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 0.0.17 - 2014-10-26

### Added
- Package dependency updates

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 0.0.15 - 2014-09-13

### Added
Expand Down
20 changes: 10 additions & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "koa-json-logger",
"version": "0.0.16",
"version": "0.0.18",
"description": "KoaJS HTTP Request/Response/Error JSON format logger",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,18 +28,18 @@
"node": ">=0.11.13"
},
"devDependencies": {
"chai": "^1.9.1",
"coveralls": "^2.11.1",
"chai": "^1.9.2",
"coveralls": "^2.11.2",
"istanbul-harmony": "^0.3.0",
"jshint": "^2.5.4",
"koa": "^0.11.0",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"supertest": "^0.13.0"
"jshint": "^2.5.9",
"koa": "^0.13.0",
"mocha": "^2.0.1",
"sinon": "^1.11.1",
"supertest": "^0.14.0"
},
"dependencies": {
"bunyan": "^1.0.0",
"bunyan": "^1.2.1",
"lodash": "^2.4.1",
"uuid": "^1.4.1"
"uuid": "^2.0.1"
}
}

0 comments on commit e52d609

Please sign in to comment.