File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
49
49
50
50
## Change History
51
51
52
+ - v1.0.6 (2019-02-14)
53
+ - Using stricter ` tough-cookie@~2.3.3 ` to avoid installing ` tough-cookie@3 ` which introduces breaking changes
54
+ * (Thanks to @jasonmit for pull request [ #33 ] ( https://github.com/request/request-promise-native/pull/33/ ) )*
52
55
- v1.0.5 (2017-09-22)
53
56
- Upgraded ` tough-cookie ` to a version without regex DoS vulnerability
54
57
* (Thanks to @sophieklm for [ pull request #13 ] ( https://github.com/request/request-promise-native/pull/13 ) )*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " request-promise-native" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises." ,
5
5
"keywords" : [
6
6
" xhr" ,
You can’t perform that action at this time.
0 commit comments