diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ff7009..5bd031af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +# v3.1.3 (February 29, 2024) + * Properly tag v3.1.2 (re-tag as 3.1.3) + # v3.1.2 (February 29, 2024) * [#45](https://github.com/sourcetoad/react-native-fs2/pull/48) - Fix ArrayBuffer return on Android. diff --git a/package-lock.json b/package-lock.json index e08d1a6d..4febb787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-fs2", - "version": "3.1.0", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-fs2", - "version": "3.1.0", + "version": "3.1.3", "license": "MIT", "dependencies": { "base-64": "^1.0.0", diff --git a/package.json b/package.json index e0b0e6d1..74eb7bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fs2", - "version": "3.1.1", + "version": "3.1.3", "description": "Native filesystem access for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",