Skip to content

Commit ca8b7df

Browse files
committed
chore(release): 3.0.0
1 parent 8b6c3d3 commit ca8b7df

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.0.0](https://github.com/react-native-community/fetch/compare/v2.0.0...v3.0.0) (2021-08-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Response returns the instance rather than a promise in all cases
11+
12+
### Bug Fixes
13+
14+
* response correctly returns instance instead of promise ([8b6c3d3](https://github.com/react-native-community/fetch/commit/8b6c3d3ee97ba142c2bd1d341e2c072bac6262f8))
15+
516
## [2.0.0](https://github.com/react-native-community/fetch/compare/v1.0.2...v2.0.0) (2021-06-28)
617

718
### [1.0.2](https://github.com/react-native-community/fetch/compare/v1.0.1...v1.0.2) (2021-01-31)

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": "2.0.0",
4+
"version": "3.0.0",
55
"main": "fetch.js",
66
"author": {
77
"name": "André Costa Lima",

0 commit comments

Comments
 (0)