Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
Version Bump v2.4.0: Pull #6, Solves #5 Invoke the API callback with …
Browse files Browse the repository at this point in the history
…a mocked response upon Error
  • Loading branch information
thinkingserious committed Oct 12, 2016
1 parent 2901b0d commit 9fb8d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.0] - 2016-10-12
### Added
- Pull #6, Solves #5
- Invoke the API callback with a mocked response upon Error
- Thanks [Dan Foley](https://github.com/cantremember)!

## [2.2.2] - 2016-09-27
### Fixed
- Fix GitHub URLs in package.json #4: https://github.com/sendgrid/sendgrid-nodejs/pull/4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"name": "sendgrid-rest",
"description": "HTTP REST client, simplified for Node.js.",
"version": "2.2.2",
"version": "2.3.0",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9fb8d46

Please sign in to comment.