Skip to content

Commit

Permalink
2.4.1 release (#619)
Browse files Browse the repository at this point in the history
* changelog update
* package.json update
  • Loading branch information
bitinn committed Apr 27, 2019
1 parent 1a88481 commit b3ecba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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",
Expand Down

0 comments on commit b3ecba5

Please sign in to comment.