Skip to content

Commit efdad69

Browse files
committed
bumped patch
1 parent e00f849 commit efdad69

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.1
5+
6+
- Improved typing
7+
- Fixed a bug where position in iterator did not increase
8+
49
## v3.1.0
510
- started to use real whatwg streams
611
- degraded fs/promise to fs.promise to support node v12

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

0 commit comments

Comments
 (0)