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 5cb3c58 commit cf092a9Copy full SHA for cf092a9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Change Log
2
3
+### v1.3.3 (2016/04/25)
4
+- [#142](https://github.com/SparkPost/node-sparkpost/pull/142) Upgrade request to 2.72.0 and fix affected test (@artlogic)
5
+
6
### v1.3.2 (2016/04/13)
7
- [#139](https://github.com/SparkPost/node-sparkpost/pull/139) Make Gruntfile.js cross-platform friendly (@coldacid)
8
- [#137](https://github.com/SparkPost/node-sparkpost/pull/137) Fix missing `subaccounts` property in SparkPost class (@coldacid)
package.json
@@ -1,6 +1,6 @@
{
"name": "sparkpost",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
"main": "./lib/sparkpost.js",
"scripts": {
0 commit comments