Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjmurphy committed Jul 2, 2015
1 parent ba4d480 commit 750479c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function validate(options) {
* @param {string} options.queueUrl
* @param {string} options.region
* @param {function} options.handleMessage
* @param {array} options.messageAttributeNames
* @param {number} options.batchSize
* @param {object} options.sqs
*/
Expand Down
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqs-consumer",
"version": "2.1.2",
"version": "2.2.0",
"description": "Build SQS-based Node applications without the boilerplate",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,5 +33,19 @@
"aws-sdk": "^2.0.23",
"codeclimate-test-reporter": "0.0.4",
"debug": "^2.1.0"
},
"jshintConfig": {
"quotmark": "single",
"unused": true,
"undef": true,
"node": true,
"globals": {
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
}
}

0 comments on commit 750479c

Please sign in to comment.