From 1874877850a59152915c9e9cbacbdc577486cca5 Mon Sep 17 00:00:00 2001 From: analog-nico Date: Fri, 22 Sep 2017 09:48:54 -0700 Subject: [PATCH] Version 1.0.5 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e0312..43ac3c6 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.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))* - v1.0.4 (2017-05-07) - Fix that allows to use `tough-cookie` for [cookie creation](https://github.com/request/request-promise#include-a-cookie) - v1.0.3 (2016-08-08) diff --git a/package.json b/package.json index bbb1947..824a7ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-promise-native", - "version": "1.0.4", + "version": "1.0.5", "description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.", "keywords": [ "xhr",