Skip to content

Commit 9adc586

Browse files
Version Bump: v4.8.1: #354 fix: Make various TypeScript request components optional
1 parent 24cd4bf commit 9adc586

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+
## [4.8.1] - 2017-03-13 ##
5+
### Fixed
6+
- Pull #354
7+
- fix: Make various TypeScript request components optional
8+
- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the PR!
9+
410
## [4.8.0] - 2017-03-10 ##
511
### Added
612
- Pull #333

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

0 commit comments

Comments
 (0)