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 582eac0 commit 089258bCopy full SHA for 089258b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Change Log
2
3
+### v1.3.1 (2016/04/01)
4
+- [#130](https://github.com/SparkPost/node-sparkpost/pull/130) Refactored toApiFormat.js to use json-pointer (@orval)
5
+
6
### v1.3.0 (2016/04/01)
7
- [#129](https://github.com/SparkPost/node-sparkpost/pull/129) Added support for subaccounts (@coldacid)
8
- [#126](https://github.com/SparkPost/node-sparkpost/pull/126) body might be undefined (@mstdokumaci)
package.json
@@ -1,6 +1,6 @@
{
"name": "sparkpost",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
"main": "./lib/sparkpost.js",
"scripts": {
0 commit comments