Skip to content

Commit 17f1b9f

Browse files
chore(release): 0.5.2 [skip ci]
## [0.5.2](v0.5.1...v0.5.2) (2025-06-05) ### 🐛 Bug Fixes * update error message in HybridNitroFS to reflect correct file read operation ([b0cb2e9](b0cb2e9)) ### 📚 Documentation * update installation command in README.md to use the latest react-native-nitro-modules version ([cf74404](cf74404)) ### 🛠️ Other changes * update dependencies and improve code generation commands ([ba80df6](ba80df6))
1 parent 381d9f6 commit 17f1b9f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.5.2](https://github.com/patrickkabwe/react-native-nitro-fs/compare/v0.5.1...v0.5.2) (2025-06-05)
2+
3+
### 🐛 Bug Fixes
4+
5+
* update error message in HybridNitroFS to reflect correct file read operation ([b0cb2e9](https://github.com/patrickkabwe/react-native-nitro-fs/commit/b0cb2e9ab9cb50cbccb55b887085c4668cd0a78e))
6+
7+
### 📚 Documentation
8+
9+
* update installation command in README.md to use the latest react-native-nitro-modules version ([cf74404](https://github.com/patrickkabwe/react-native-nitro-fs/commit/cf744047a4a86b843765fb3158a3fca3cbd0f051))
10+
11+
### 🛠️ Other changes
12+
13+
* update dependencies and improve code generation commands ([ba80df6](https://github.com/patrickkabwe/react-native-nitro-fs/commit/ba80df6c19aa8aef75918e4115213b28d7fb7d39))
14+
115
## [0.5.1](https://github.com/patrickkabwe/react-native-nitro-fs/compare/v0.5.0...v0.5.1) (2025-06-01)
216

317
### 🛠️ Other changes

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-nitro-fs",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Nitro module package",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)