Skip to content

Commit 78ec7f4

Browse files
authored
v1.0.3 (#2)
* sometimes the best ci cannot catch your silly export typo * changelog update * 1.0.3
1 parent 1acea29 commit 78ec7f4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.3
6+
7+
- Fix: package.json export `blob.js` properly now
8+
59
## v1.0.2
610

711
- Other: fix test integration

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "fetch-blob",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A Blob implementation on node.js, originally from node-fetch",
5-
"main": "index.js",
5+
"main": "blob.js",
66
"scripts": {
77
"test": "ava",
88
"report": "nyc ava",

0 commit comments

Comments
 (0)