We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c16c4 commit cc70261Copy full SHA for cc70261
3 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
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
+
9
## [1.3.0] - 2017-4-6
10
### Added
11
- #19 Adds setBatchId method
README.md
@@ -33,7 +33,7 @@ Add the following to your `package.json` file:
33
...
34
"dependencies": {
35
36
- "smtpapi": "1.3.0"
+ "smtpapi": "1.3.1"
37
}
38
39
```
package.json
@@ -1,6 +1,6 @@
{
"name": "smtpapi",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "Build SendGrid X-SMTPAPI headers in nodejs.",
"main": "lib/main.js",
"directories": {
0 commit comments