Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 20, 2022
1 parent f77d77d commit 1922ac3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions changelog.md
@@ -1,5 +1,34 @@
# Changelog

## 2.1.0

Features:

* `ignoreLastMod` option

Minor:

* Drop support for Node v10, v12, v15

Dependencies:

* Update `got` dependency

Dev:

* Use NPM v8 for development
* Run tests on CI on Node v16, v18, v19
* Clean up after `cover` NPM script even if fails
* Update Github Actions scripts
* Update dev dependencies

Docs:

* Fix Github Actions badge [fix]
* Remove David badges from README
* Update license year
* Remove license indentation

## 2.0.6

* Log response timings on chunk error [improve]
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
@@ -1,6 +1,6 @@
{
"name": "got-resume",
"version": "2.0.6",
"version": "2.1.0",
"description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 1922ac3

Please sign in to comment.