Skip to content

Commit

Permalink
Dependency updates, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Mar 3, 2015
1 parent 12cd7ab commit 0d66728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.1.1 - 2014-12-04
## 1.1.1 - 2015-03-03

### Added
- Dependency updates.
- Add iojs to package.json engines property

### Deprecated
- Nothing.
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-jsonapi-headers",
"version": "1.1.1",
"version": "1.1.2",
"description": "KoaJS Validate JSON-API Request Headers Middleware",
"repository": {
"type": "git",
Expand All @@ -22,14 +22,15 @@
},
"license": "MIT",
"engines": {
"node": ">=0.11.13"
"node": ">=0.11.16",
"iojs": ">= 1.0.0"
},
"devDependencies": {
"chai": "^1.10.0",
"chai": "^2.1.0",
"coveralls": "^2.11.2",
"istanbul-harmony": "^0.3.1",
"jshint": "^2.5.10",
"koa": "^0.13.0",
"koa": "^0.18.1",
"mocha": "^2.0.1",
"supertest": "^0.15.0"
}
Expand Down

0 comments on commit 0d66728

Please sign in to comment.