Skip to content

Commit

Permalink
v2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed May 4, 2022
1 parent c319af7 commit 49eed8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Changes for v2.20

- #1037 Invalidate upload session

## Changes vor v2.19

- #1048 fix: use correct type for stat size #1048
- #1063 RNFSManager:readDir iOS crash fix #1063
- #1036 fix: addListener and removeListeners methods wass added to pass warning with Native Event Emitter #1036
- RNFSManager iOS crash in readDir
- fix: use correct type for stat size
- make react-native-windows peer dependency optional #1016

## Changes for v2.17

- #938 Manually flush & invalidate session upon completion
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fs",
"version": "2.19.0",
"version": "2.20.0",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 49eed8a

Please sign in to comment.