Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 5, 2020
1 parent 123804b commit 1eca9b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,13 @@
* Clear idle timeout on error [fix]
* Do not pass idle timeout to `got` [fix]
* Log idle timeouts [improve]

## 2.0.2

* Deps: Update `got` dependency
* Fix idle timeout [fix]
* Calculate backoff correctly [fix]
* Only fire `request` event once [fix]
* Don't use deprecated `req._headers` [fix]
* Avoid deleting object properties [perf]
* Tests: Split into multiple files [refactor]
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.1",
"version": "2.0.2",
"description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 1eca9b6

Please sign in to comment.