diff --git a/changelog.md b/changelog.md index 11c7b62..c9f62cc 100644 --- a/changelog.md +++ b/changelog.md @@ -112,3 +112,9 @@ * Docs: Versioning policy * Docs: Remove Greenkeeper badge * Docs: Link to Travis CI with HTTPS + +## 2.0.1 + +* Clear idle timeout on error [fix] +* Do not pass idle timeout to `got` [fix] +* Log idle timeouts [improve] diff --git a/package-lock.json b/package-lock.json index 8d17733..7ad8192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "got-resume", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7749c9b..6973f1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "got-resume", - "version": "2.0.0", + "version": "2.0.1", "description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures", "main": "index.js", "exports": {