Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Jul 28, 2015
2 parents d77026a + ef75fef commit ee9d213
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 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.

## 1.1.3 - 2015-07-28

### Added
- Dependency updates.

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 1.1.1 - 2015-03-03

### Added
Expand Down
17 changes: 9 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "koa-jsonapi-headers",
"version": "1.1.2",
"version": "1.1.3",
"description": "KoaJS Validate JSON-API Request Headers Middleware",
"repository": {
"type": "git",
Expand All @@ -23,15 +23,16 @@
"license": "MIT",
"engines": {
"node": ">=0.11.16",
"iojs": ">= 1.0.0"
"iojs": ">=1.0.0"
},
"devDependencies": {
"chai": "^2.1.0",
"coveralls": "^2.11.2",
"istanbul-harmony": "^0.3.1",
"jshint": "^2.5.10",
"koa": "^0.18.1",
"mocha": "^2.0.1",
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"istanbul-harmony": "^0.3.16",
"jshint": "^2.8.0",
"koa": "^0.21.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"supertest": "^0.15.0"
}
}

0 comments on commit ee9d213

Please sign in to comment.