Skip to content

Commit 955b160

Browse files
committed
Release 1.3.7
1 parent 3614af5 commit 955b160

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

7+
## [1.3.7] - 2016-07-28
8+
- [#150](https://github.com/SparkPost/node-sparkpost/pull/150) Upgrade lodash version to 4 (@rnzo)
9+
710
## [1.3.6] - 2016-07-14
811
- [#148](https://github.com/SparkPost/node-sparkpost/pull/148) Preserve array/object structure of API data (@gpittarelli)
912

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkpost",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
55
"main": "./lib/sparkpost.js",
66
"scripts": {

0 commit comments

Comments
 (0)