diff --git a/changelog.md b/changelog.md index d80da7f..33d0793 100644 --- a/changelog.md +++ b/changelog.md @@ -82,6 +82,6 @@ * Fix: Propagate all stream events to output stream if `transform` option used -## Next +## 1.4.4 * Fix: Propagate error event to output stream if `transform` option used diff --git a/package.json b/package.json index 7388758..78487d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "got-resume", - "version": "1.4.3", + "version": "1.4.4", "description": "Fetch via HTTP/HTTPS using got with automatic resume after network failures", "main": "./lib/", "author": {