Skip to content

Commit e445e64

Browse files
committed
chore(release): 1.0.1
1 parent 6ebb08a commit e445e64

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/react-native-community/fetch/compare/v1.0.0...v1.0.1) (2021-01-25)
6+
7+
8+
### Bug Fixes
9+
10+
* handle blobs as stream when FileReader.readAsArrayBuffer is available ([6ebb08a](https://github.com/react-native-community/fetch/commit/6ebb08a9093888a8c3f1839cdec22b4728a0b033))
11+
512
## 1.0.0 (2021-01-25)

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-fetch-api",
33
"description": "A fetch API polyfill for React Native with text streaming support.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "fetch.js",
66
"author": {
77
"name": "André Costa Lima",

0 commit comments

Comments
 (0)