Skip to content

Commit

Permalink
Version bump v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Apr 5, 2015
1 parent 3e16a2b commit 59b885d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.6.1] - 2015-4-5
### Added
- Updated version of lodash for optimizations [#158](https://github.com/sendgrid/sendgrid-nodejs/pull/158)
- Temporarily make travis use npm 2.7.6 [3e16a2](https://github.com/sendgrid/sendgrid-nodejs/commit/3e16a2b8ed180e84acd81dd15550017b1d7d47ef)

## [1.6.0] - 2015-2-3
### Added
- ASM Group ID support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "http://sendgrid.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/sendgrid.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('SendGrid', function () {
});

it('version should be set', function() {
expect(sendgrid.version).to.equal("1.6.0");
expect(sendgrid.version).to.equal("1.6.1");
});

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

0 comments on commit 59b885d

Please sign in to comment.