Skip to content

Commit

Permalink
chore(release): 1.0.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.11](v1.0.10...v1.0.11) (2023-11-23)

### Bug Fixes

* **deps:** update dependency @react-native-async-storage/async-storage to v1.19.8 ([46ee100](46ee100))
  • Loading branch information
semantic-release-bot committed Nov 23, 2023
1 parent 46ee100 commit cd9decd
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 @@
## [1.0.11](https://github.com/maxgfr/huge-async-storage/compare/v1.0.10...v1.0.11) (2023-11-23)


### Bug Fixes

* **deps:** update dependency @react-native-async-storage/async-storage to v1.19.8 ([46ee100](https://github.com/maxgfr/huge-async-storage/commit/46ee1005ad57c6d2d9c0132b4a3400fd45544b84))

## [1.0.10](https://github.com/maxgfr/huge-async-storage/compare/v1.0.9...v1.0.10) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "huge-async-storage",
"description": "A wrapper of AsyncStorage that allows you to store huge data",
"version": "1.0.10",
"version": "1.0.11",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
Expand Down

0 comments on commit cd9decd

Please sign in to comment.