Skip to content

Commit 49eed8a

Browse files
committed
v2.20
1 parent c319af7 commit 49eed8a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Changes for v2.20
4+
5+
- #1037 Invalidate upload session
6+
7+
## Changes vor v2.19
8+
9+
- #1048 fix: use correct type for stat size #1048
10+
- #1063 RNFSManager:readDir iOS crash fix #1063
11+
- #1036 fix: addListener and removeListeners methods wass added to pass warning with Native Event Emitter #1036
12+
- RNFSManager iOS crash in readDir
13+
- fix: use correct type for stat size
14+
- make react-native-windows peer dependency optional #1016
15+
316
## Changes for v2.17
417

518
- #938 Manually flush & invalidate session upon completion

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.19.0",
3+
"version": "2.20.0",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)