Skip to content

Commit b3ecba5

Browse files
authored
2.4.1 release (#619)
* changelog update * package.json update
1 parent 1a88481 commit b3ecba5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55

66
# 2.x release
77

8+
## v2.4.1
9+
10+
- Fix: `Blob` import rule for node < 10, as `Readable` isn't a named export.
11+
812
## v2.4.0
913

1014
- Enhance: added `Brotli` compression support (using node's zlib).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-fetch",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A light-weight module that brings window.fetch to node.js",
55
"main": "lib/index",
66
"browser": "./browser.js",

0 commit comments

Comments
 (0)