Skip to content

Commit 2ae195a

Browse files
committed
Version 1.0.7
1 parent ecf8621 commit 2ae195a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ 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.7 (2019-02-14)
53+
- Corrected mistakenly set `tough-cookie` version, now `^2.3.3`
54+
*(Thanks to @evocateur for pointing this out.)*
55+
- If you installed `[email protected]` please make sure after the upgrade that `request` and `request-promise-native` use the same physical copy of `tough-cookie`.
5256
- v1.0.6 (2019-02-14)
5357
- Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes
5458
*(Thanks to @jasonmit for pull request [#33](https://github.com/request/request-promise-native/pull/33/))*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "request-promise-native",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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)