Skip to content

Commit a1a0d87

Browse files
authored
build: version 3.0.5 tagged (#28)
1 parent 3707a8d commit a1a0d87

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v3.0.5 (April 17, 2023)
4+
* Properly tag v3.0.4 (re-tag as 3.0.5)
5+
36
# v3.0.4 (April 13, 2023)
47
* Add automatic updates via Dependabot for GitHub Actions
58
* [#26](https://github.com/sourcetoad/react-native-fs2/pull/26) - Fix corrupt images if OS buffer is non-empty after flush.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs2",
3-
"version": "3.0.3",
3+
"version": "3.0.5",
44
"description": "Native filesystem access for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)