Skip to content

Commit

Permalink
chore(release): 1.0.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.17](v1.0.16...v1.0.17) (2024-07-12)

### Bug Fixes

* **deps:** update dependency @react-native-async-storage/async-storage to v1.24.0 ([7504a80](7504a80))
  • Loading branch information
semantic-release-bot committed Jul 12, 2024
1 parent 7504a80 commit ba3bdf2
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.17](https://github.com/maxgfr/huge-async-storage/compare/v1.0.16...v1.0.17) (2024-07-12)


### Bug Fixes

* **deps:** update dependency @react-native-async-storage/async-storage to v1.24.0 ([7504a80](https://github.com/maxgfr/huge-async-storage/commit/7504a80f524d63dbc2ec32b896afbc00d2631cb0))

## [1.0.16](https://github.com/maxgfr/huge-async-storage/compare/v1.0.15...v1.0.16) (2024-03-20)


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.16",
"version": "1.0.17",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
Expand Down

0 comments on commit ba3bdf2

Please sign in to comment.