diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-15 11:12:32 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-15 11:12:32 -0700 |
commit | b7a22193be1001e18abcbd2887b7a91f30dd80ec (patch) | |
tree | 7ba01705ee7783138afe95ce820f5a4787c8d50d | |
parent | cde87a072164bd9056964eabeeb1963403621408 (diff) | |
download | sendgrid-nodejs-b7a22193be1001e18abcbd2887b7a91f30dd80ec.zip sendgrid-nodejs-b7a22193be1001e18abcbd2887b7a91f30dd80ec.tar.gz sendgrid-nodejs-b7a22193be1001e18abcbd2887b7a91f30dd80ec.tar.bz2 |
Version Bump v4.2.1: Fix Issue #292 - debug depedencyv4.2.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed1df0..d44839e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.2.0" + "sendgrid": "^4.2.1" } } ``` diff --git a/package.json b/package.json index 3dd40c3..fda3d47 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", |