Skip to content

Commit

Permalink
Version Bump v4.6.0: Pull #319, Fixed issue #266 Converts response.bo…
Browse files Browse the repository at this point in the history
…dy to have valid json objects
  • Loading branch information
thinkingserious committed Oct 13, 2016
1 parent 9771fdb commit d4110a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.6.0] - 2016-10-13 ##
### Added
- Pull #319, Fixed issue #266
- Converts `response.body` to have valid json objects
- Thanks to [Hugo Durães](https://github.com/hugoduraes) for the pull request!

## [4.5.0] - 2016-10-05 ##
## Added
- Pull #308 [feat: Add support for promises to the TypeScript definitions file](https://github.com/sendgrid/sendgrid-nodejs/pull/308)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
"sendgrid": "^4.5.0"
"sendgrid": "^4.6.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
"version": "4.5.0",
"version": "4.6.0",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit d4110a1

Please sign in to comment.