Skip to content

Commit 59b885d

Browse files
committed
Version bump v1.6.1
1 parent 3e16a2b commit 59b885d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.6.1] - 2015-4-5
5+
### Added
6+
- Updated version of lodash for optimizations [#158](https://github.com/sendgrid/sendgrid-nodejs/pull/158)
7+
- Temporarily make travis use npm 2.7.6 [3e16a2](https://github.com/sendgrid/sendgrid-nodejs/commit/3e16a2b8ed180e84acd81dd15550017b1d7d47ef)
8+
49
## [1.6.0] - 2015-2-3
510
### Added
611
- ASM Group ID support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"name": "sendgrid",
1212
"description": "Official SendGrid NodeJS library.",
13-
"version": "1.6.0",
13+
"version": "1.6.1",
1414
"homepage": "http://sendgrid.com",
1515
"repository": {
1616
"type": "git",

test/lib/sendgrid.test.js

Lines changed: 1 addition & 1 deletion
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.6.0");
18+
expect(sendgrid.version).to.equal("1.6.1");
1919
});
2020

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

0 commit comments

Comments
 (0)