Skip to content

Commit 142f7a0

Browse files
committed
Merge pull request #132 from sendgrid/fix_request_version
Version bump 1.2.1
2 parents c4cda4a + 5615776 commit 142f7a0

File tree

3 files changed

+40
-169
lines changed

3 files changed

+40
-169
lines changed

npm-shrinkwrap.json

+38-167
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"name": "sendgrid",
1111
"description": "Official SendGrid NodeJS library.",
12-
"version": "1.2.0",
12+
"version": "1.2.1",
1313
"homepage": "http://sendgrid.com",
1414
"repository": {
1515
"type": "git",

test/lib/sendgrid.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('SendGrid', function () {
1515
});
1616

1717
it('version should be set', function() {
18-
expect(sendgrid.version).to.equal("1.2.0");
18+
expect(sendgrid.version).to.equal("1.2.1");
1919
});
2020

2121
it('should attach a options object to self', function() {

0 commit comments

Comments
 (0)