diff --git a/README.md b/README.md index 43ac3c6..99ad4e6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ## Change History +- v1.0.6 (2019-02-14) + - Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes + *(Thanks to @jasonmit for pull request [#33](https://github.com/request/request-promise-native/pull/33/))* - v1.0.5 (2017-09-22) - Upgraded `tough-cookie` to a version without regex DoS vulnerability *(Thanks to @sophieklm for [pull request #13](https://github.com/request/request-promise-native/pull/13))* diff --git a/package.json b/package.json index 7c90e6f..71bc12b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-promise-native", - "version": "1.0.5", + "version": "1.0.6", "description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.", "keywords": [ "xhr",