Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 7, 2023
1 parent e3af9a8 commit f0f2979
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.2.0

Bug fixes:

* Support servers which don't return range header on first request
* Get correct length when using `offset` option

Minor:

* Drop support for Node v14, v19

Dev:

* Run tests on CI on Node v20
* Update dev dependencies

## 2.1.1

Improvements:
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "2.2.0",
"description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit f0f2979

Please sign in to comment.