Skip to content

Commit 7a7fe90

Browse files
committed
Release 1.3.8
1 parent 57684c8 commit 7a7fe90

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
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.8] - 2016-08-26
8+
- [#165](https://github.com/SparkPost/node-sparkpost/pull/165) Updated webhook update method to not send id in request (@aydrian)
9+
710
## [1.3.7] - 2016-07-28
811
- [#150](https://github.com/SparkPost/node-sparkpost/pull/150) Upgrade lodash version to 4 (@rnzo)
912

@@ -107,7 +110,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
107110
## 0.1.0 - 2014-11-10
108111
- First Release!
109112

110-
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/1.3.5...HEAD
113+
[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/1.3.8...HEAD
114+
[1.3.8]: https://github.com/sparkpost/node-sparkpost/compare/1.3.7...1.3.8
115+
[1.3.7]: https://github.com/sparkpost/node-sparkpost/compare/1.3.6...1.3.7
116+
[1.3.6]: https://github.com/sparkpost/node-sparkpost/compare/1.3.5...1.3.6
111117
[1.3.5]: https://github.com/sparkpost/node-sparkpost/compare/1.3.4...1.3.5
112118
[1.3.4]: https://github.com/sparkpost/node-sparkpost/compare/1.3.3...1.3.4
113119
[1.3.3]: https://github.com/sparkpost/node-sparkpost/compare/1.3.2...1.3.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkpost",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
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)