Skip to content

Commit cc70261

Browse files
Version Bump v13.1: #16 fix issue where concat was used incorrectly
1 parent f2c16c4 commit cc70261

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [1.3.1] - 2017-4-10
5+
### Fixed
6+
- #16 fix issue where concat was used incorrectly
7+
- Thanks to [Limian Wang](https://github.com/limianwang) for the PR!
8+
49
## [1.3.0] - 2017-4-6
510
### Added
611
- #19 Adds setBatchId method

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following to your `package.json` file:
3333
...
3434
"dependencies": {
3535
...
36-
"smtpapi": "1.3.0"
36+
"smtpapi": "1.3.1"
3737
}
3838
}
3939
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smtpapi",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Build SendGrid X-SMTPAPI headers in nodejs.",
55
"main": "lib/main.js",
66
"directories": {

0 commit comments

Comments
 (0)