Skip to content

Commit

Permalink
Version 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Feb 14, 2019
1 parent 4f27097 commit 229225e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v4.2.3 (2019-02-14)
- Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes
*(Thanks to @aomdoa for pull request [#299](https://github.com/request/request-promise/pull/299))*
- v4.2.2 (2017-09-22)
- Upgraded `tough-cookie` to a version without regex DoS vulnerability
*(Thanks to @rouanw for [pull request #226](https://github.com/request/request-promise/pull/226))*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-promise",
"version": "4.2.2",
"version": "4.2.3",
"description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.",
"keywords": [
"xhr",
Expand Down

0 comments on commit 229225e

Please sign in to comment.