Skip to content

Commit 80947a1

Browse files
committedFeb 14, 2019
Version 1.0.6
1 parent ad529a3 commit 80947a1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
4949

5050
## Change History
5151

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/))*
5255
- v1.0.5 (2017-09-22)
5356
- Upgraded `tough-cookie` to a version without regex DoS vulnerability
5457
*(Thanks to @sophieklm for [pull request #13](https://github.com/request/request-promise-native/pull/13))*

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "request-promise-native",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
55
"keywords": [
66
"xhr",

0 commit comments

Comments
 (0)
Please sign in to comment.