diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6f39b..526d05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.10.2 +- fix: event not be removed correctly + +## 0.10.0 +- feat: `onProgress` support for `writeFile` +- feat: add `getDefaultICloudContainerPath()` to solve #13 (thanks to @gutenye) + ## 0.9.1(2022-12-18) - fix: error when running on android due to `getConstants()` call ([#12](https://github.com/XHMM/react-native-cloud-store/pull/12)) diff --git a/package.json b/package.json index 2cff39c..2b76dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-cloud-store", - "version": "0.10.1", + "version": "0.10.2", "description": "A react-native module for cloud operation", "main": "lib/commonjs/index", "module": "lib/module/index",