We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0af7c commit fc00b66Copy full SHA for fc00b66
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-# v3.0.0
+# v3.0.1 (December 5, 2022)
4
+ * Rename internals to `RNFS2` to prevent collisions with older package.
5
+ * Enforce peering to RN69+
6
+ * Drop Node 16 from CI.
7
+
8
+# v3.0.0 (December 5, 2022)
9
10
* Removed Windows support.
11
* Convert to TypeScript.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-fs2",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Native filesystem access for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments