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

Commit 9fb8d46

Browse files
Version Bump v2.4.0: Pull #6, Solves #5 Invoke the API callback with a mocked response upon Error
1 parent 2901b0d commit 9fb8d46

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [2.3.0] - 2016-10-12
7+
### Added
8+
- Pull #6, Solves #5
9+
- Invoke the API callback with a mocked response upon Error
10+
- Thanks [Dan Foley](https://github.com/cantremember)!
11+
612
## [2.2.2] - 2016-09-27
713
### Fixed
814
- Fix GitHub URLs in package.json #4: https://github.com/sendgrid/sendgrid-nodejs/pull/4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"name": "sendgrid-rest",
77
"description": "HTTP REST client, simplified for Node.js.",
8-
"version": "2.2.2",
8+
"version": "2.3.0",
99
"homepage": "https://sendgrid.com",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)