Skip to content

Commit cde87a0

Browse files
Version Bump v4.2.0: Pull Request #278: contact importer
1 parent 25623f6 commit cde87a0

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+
## [4.2.0] - 2016-09-14 ##
5+
### Added
6+
- Pull Request #278: [Tkp/contact importer](https://github.com/sendgrid/sendgrid-nodejs/pull/278)
7+
- Thanks to [Tom Kirkpatrick](https://github.com/mrfelton) for the pull request!
8+
49
## [4.1.0] - 2016-09-09 ##
510
### Added
611
- Pull Request #277: [Make SendGrid a factory that enables multiple prototype instances](https://github.com/sendgrid/sendgrid-nodejs/pull/277)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your `package.json` file:
5353
...
5454
"dependencies": {
5555
...
56-
"sendgrid": "^4.0.1"
56+
"sendgrid": "^4.2.0"
5757
}
5858
}
5959
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"name": "sendgrid",
1414
"description": "Official SendGrid NodeJS library.",
15-
"version": "4.1.0",
15+
"version": "4.2.0",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)