Skip to content

Commit debeabf

Browse files
authored
build: version 3.1.1 tagged (#47)
1 parent 041647d commit debeabf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# v3.1.1 (February 26, 2024)
4+
* [#44](https://github.com/sourcetoad/react-native-fs2/pull/44) - Add ArrayBuffer support.
5+
* [#45](https://github.com/sourcetoad/react-native-fs2/pull/45) - ip upgrade to v1.1.9 (example).
6+
* [#46](https://github.com/sourcetoad/react-native-fs2/pull/46) - ip upgrade to v1.1.9.
7+
38
# v3.1.0 (January 5, 2024)
49
* [#42](https://github.com/sourcetoad/react-native-fs2/pull/42) - Switch to NPM from Yarn
510
* [#41](https://github.com/sourcetoad/react-native-fs2/pull/41) - Update example app to RN 0.73.x

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.1.0",
3+
"version": "3.1.1",
44
"description": "Native filesystem access for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)