Skip to content

Commit

Permalink
Version Bump v4.2.1: Fix Issue #292 - debug depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Sep 15, 2016
1 parent cde87a0 commit b7a2219
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.2.1] - 2016-09-15 ##
### Fixed
- Issue #292: [4.2.0 Error: Cannot find module 'debug'](https://github.com/sendgrid/sendgrid-nodejs/issues/292)

## [4.2.0] - 2016-09-14 ##
### Added
- Pull Request #278: [Tkp/contact importer](https://github.com/sendgrid/sendgrid-nodejs/pull/278)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
"sendgrid": "^4.2.0"
"sendgrid": "^4.2.1"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
"version": "4.2.0",
"version": "4.2.1",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand All @@ -25,12 +25,12 @@
"async.ensureasync": "^0.5.2",
"async.queue": "^0.5.2",
"bottleneck": "^1.12.0",
"debug": "^2.2.0",
"lodash.chunk": "^4.2.0",
"sendgrid-rest": "^2.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"debug": "^2.2.0",
"eslint": "^3.1.0",
"mocha": "^2.4.5",
"mocha-sinon": "^1.1.5",
Expand Down

0 comments on commit b7a2219

Please sign in to comment.