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 3707a8d commit a1a0d87Copy full SHA for a1a0d87
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# v3.0.5 (April 17, 2023)
4
+ * Properly tag v3.0.4 (re-tag as 3.0.5)
5
+
6
# v3.0.4 (April 13, 2023)
7
* Add automatic updates via Dependabot for GitHub Actions
8
* [#26](https://github.com/sourcetoad/react-native-fs2/pull/26) - Fix corrupt images if OS buffer is non-empty after flush.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-fs2",
- "version": "3.0.3",
+ "version": "3.0.5",
"description": "Native filesystem access for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments