Skip to content

Commit 7bceaab

Browse files
committed
release: 0.10.2
1 parent 27a7c49 commit 7bceaab

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.10.2
2+
- fix: event not be removed correctly
3+
4+
## 0.10.0
5+
- feat: `onProgress` support for `writeFile`
6+
- feat: add `getDefaultICloudContainerPath()` to solve #13 (thanks to @gutenye)
7+
18
## 0.9.1(2022-12-18)
29
- fix: error when running on android due to `getConstants()` call ([#12](https://github.com/XHMM/react-native-cloud-store/pull/12))
310

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-cloud-store",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "A react-native module for cloud operation",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)