Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 5, 2020
1 parent 56d6ee8 commit 7ce5d89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7ce5d89

Please sign in to comment.