Skip to content

Commit

Permalink
release: 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XHMM committed Apr 1, 2023
1 parent 27a7c49 commit 7bceaab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 7bceaab

@vercel
Copy link

@vercel vercel bot commented on 7bceaab Apr 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.