Skip to content

Commit ac1818c

Browse files
Version Bump v5.1.2: PR #399: Fix type
1 parent d2235a0 commit ac1818c

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
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [5.1.2] - 2017-06-30 ##
5+
### Fixed
6+
- Pull #399
7+
- Fix `batch_id` type
8+
- Thanks to [Leonardo Testa](https://github.com/testica) for the PR!
9+
410
## [5.1.1] - 2017-06-1 ##
511
### Added
612
- Pull #391

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": "5.1.1",
15+
"version": "5.1.2",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)