diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8a7ae..e5147da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index bad5af3..b31a7b4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }