Skip to content

Commit

Permalink
Dependency updates, bump version, changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Jul 28, 2015
1 parent 8406c6f commit ed4f49c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.2.10 - 2015-07-28

### Added
- Dependency updates.

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

## 0.2.9 - 2015-05-27

### Added
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amqp-rpc-factory",
"version": "0.2.9",
"version": "0.2.10",
"description": "Node.js AMQP RPC Consumer and Publisher Factory",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,22 +30,22 @@
"license": "MIT",
"dependencies": {
"amqplib": "^0.3.2",
"lodash": "^3.9.3",
"lodash": "^3.10.0",
"q": "^1.4.1",
"uuid": "^2.0.1"
},
"devDependencies": {
"bunyan": "^1.3.5",
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"express": "^4.12.4",
"gulp": "^3.8.9",
"gulp-jshint": "^1.11.0",
"gulp-task-listing": "^1.0.0",
"istanbul": "^0.3.14",
"bunyan": "^1.4.0",
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-task-listing": "^1.0.1",
"istanbul": "^0.3.17",
"koa": "^0.21.0",
"koa-router": "^5.0.1",
"koa-router": "^5.1.2",
"mocha": "^2.2.5",
"sinon": "^1.14.1"
"sinon": "^1.15.4"
}
}

0 comments on commit ed4f49c

Please sign in to comment.