We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3614af5 commit 955b160Copy full SHA for 955b160
CHANGELOG.md
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased][unreleased]
6
7
+## [1.3.7] - 2016-07-28
8
+- [#150](https://github.com/SparkPost/node-sparkpost/pull/150) Upgrade lodash version to 4 (@rnzo)
9
+
10
## [1.3.6] - 2016-07-14
11
- [#148](https://github.com/SparkPost/node-sparkpost/pull/148) Preserve array/object structure of API data (@gpittarelli)
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sparkpost",
3
- "version": "1.3.6",
+ "version": "1.3.7",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
"main": "./lib/sparkpost.js",
"scripts": {
0 commit comments