Skip to content

Commit b111425

Browse files
authored
Merge branch 'master' into conditional-loading
2 parents b2263a5 + 701103f commit b111425

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+
## v3.1.0
5+
- started to use real whatwg streams
6+
- degraded fs/promise to fs.promise to support node v12
7+
- degraded optional changing to support node v12
8+
49
## v3.0.0
510
- Changed WeakMap for private field (require node 12)
611
- Switch to ESM

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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Blob & File implementation in Node.js, originally from node-fetch.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)