Skip to content

Commit 5584886

Browse files
committed
no message
1 parent 0d2cd8b commit 5584886

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## v2.1.1
5+
- Add nullish values checking in Symbol.hasInstance (#82)
6+
- Add generated typings for from.js file (#80)
7+
- Updated dev dependencies
8+
49
## v2.1.0
510
- Fix: .slice has an implementation bug (#54).
611
- Added blob backed up by filesystem (#55)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-blob",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A Blob implementation in Node.js, originally from node-fetch.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)