2.4.1 release (#619)

* changelog update
* package.json update
This commit is contained in:
David Frank 2019-04-27 14:50:25 +08:00 committed by GitHub
parent 1a88481fbd
commit b3ecba5e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@ Changelog
# 2.x release
## v2.4.1
- Fix: `Blob` import rule for node < 10, as `Readable` isn't a named export.
## v2.4.0
- Enhance: added `Brotli` compression support (using node's zlib).

View File

@ -1,6 +1,6 @@
{
"name": "node-fetch",
"version": "2.4.0",
"version": "2.4.1",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index",
"browser": "./browser.js",