File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
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
+
7
10
## [ 1.3.7] - 2016-07-28
8
11
- [ #150 ] ( https://github.com/SparkPost/node-sparkpost/pull/150 ) Upgrade lodash version to 4 (@rnzo )
9
12
@@ -107,7 +110,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
107
110
## 0.1.0 - 2014-11-10
108
111
- First Release!
109
112
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
111
117
[ 1.3.5 ] : https://github.com/sparkpost/node-sparkpost/compare/1.3.4...1.3.5
112
118
[ 1.3.4 ] : https://github.com/sparkpost/node-sparkpost/compare/1.3.3...1.3.4
113
119
[ 1.3.3 ] : https://github.com/sparkpost/node-sparkpost/compare/1.3.2...1.3.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sparkpost" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"description" : " A Node.js wrapper for interfacing with your favorite SparkPost APIs" ,
5
5
"main" : " ./lib/sparkpost.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments