Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acostalima committed Jan 31, 2021
1 parent 0eec6f4 commit 42c5bc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

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


### Bug Fixes

* do not abort native request if none was made yet ([3cc8669](https://github.com/react-native-community/fetch/commit/3cc8669c9ed016e115e820a959b3015ed7bdab0d))
* implement Response.body for each input body type ([0eec6f4](https://github.com/react-native-community/fetch/commit/0eec6f49e2f01c9e528db3c6318406d9cc2fa833))

### [1.0.1](https://github.com/react-native-community/fetch/compare/v1.0.0...v1.0.1) (2021-01-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-fetch-api",
"description": "A fetch API polyfill for React Native with text streaming support.",
"version": "1.0.1",
"version": "1.0.2",
"main": "fetch.js",
"author": {
"name": "André Costa Lima",
Expand Down

0 comments on commit 42c5bc5

Please sign in to comment.