Skip to content

Commit b197ea6

Browse files
authored
release v1.0.4 (#4)
* changelog update * 1.0.4
1 parent c9b6fdb commit b197ea6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog
33
=========
44

5+
## v1.0.4
6+
7+
- Other: general code revwrite to pass linting, prepare for `node-fetch` release v3
8+
59
## v1.0.3
610

711
- Fix: package.json export `blob.js` properly now

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Blob implementation on node.js, originally from node-fetch",
55
"main": "blob.js",
66
"scripts": {

0 commit comments

Comments
 (0)