Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Mar 3, 2015
2 parents 2beb005 + 0d66728 commit d77026a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.1.1 - 2015-03-03

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

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 1.1.0 - 2014-11-06

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

0 comments on commit d77026a

Please sign in to comment.