Skip to content

Commit ef65267

Browse files
committed
chore(release): 0.6.1 [skip ci]
## [0.6.1](v0.6.0...v0.6.1) (2025-08-17) ### 🛠️ Other changes * add Xcode setup to iOS build workflows ([da22f99](da22f99)) * **deps:** bump bigdecimal from 3.1.9 to 3.2.2 in /example ([e3c1109](e3c1109)) * **deps:** bump com.android.tools.build:gradle in /android ([6522427](6522427)) * **deps:** bump xcodeproj from 1.25.1 to 1.27.0 in /example ([ebbc096](ebbc096)) * update bun.lock and release workflow cache key ([d7fcf88](d7fcf88)) * update dependencies and configurations ([4933e7d](4933e7d))
1 parent 6874706 commit ef65267

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.6.1](https://github.com/patrickkabwe/react-native-nitro-fs/compare/v0.6.0...v0.6.1) (2025-08-17)
2+
3+
### 🛠️ Other changes
4+
5+
* add Xcode setup to iOS build workflows ([da22f99](https://github.com/patrickkabwe/react-native-nitro-fs/commit/da22f99376aedca958995175589405e0c81e6500))
6+
* **deps:** bump bigdecimal from 3.1.9 to 3.2.2 in /example ([e3c1109](https://github.com/patrickkabwe/react-native-nitro-fs/commit/e3c11095ded0fd6b4ff257fe2a79987289e94103))
7+
* **deps:** bump com.android.tools.build:gradle in /android ([6522427](https://github.com/patrickkabwe/react-native-nitro-fs/commit/65224274614e782f666d2800e398d7fe5ffc2e50))
8+
* **deps:** bump xcodeproj from 1.25.1 to 1.27.0 in /example ([ebbc096](https://github.com/patrickkabwe/react-native-nitro-fs/commit/ebbc096890b1c7ebf9e723295585a0b6b38975c4))
9+
* update bun.lock and release workflow cache key ([d7fcf88](https://github.com/patrickkabwe/react-native-nitro-fs/commit/d7fcf88db105015d1a21e4fee0155c7093d9c12d))
10+
* update dependencies and configurations ([4933e7d](https://github.com/patrickkabwe/react-native-nitro-fs/commit/4933e7d7e337396cd36784d2d3befb7ca6f90abb))
11+
112
## [0.6.0](https://github.com/patrickkabwe/react-native-nitro-fs/compare/v0.5.4...v0.6.0) (2025-08-06)
213

314
### ✨ Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-fs",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A high-performance file system module for React Native that handles file operations and transfers with native speed.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
@@ -119,4 +119,4 @@
119119
]
120120
]
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)