Skip to content

Commit

Permalink
chore(release): 1.19.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncStorageBot committed Nov 22, 2023
1 parent f974728 commit 88ed07c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/default-storage/CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.19.8](https://github.com/react-native-async-storage/async-storage/compare/v1.19.7...v1.19.8) (2023-11-22)


### Bug Fixes

* add missing `README.md` (merge) ([#1032](https://github.com/react-native-async-storage/async-storage/issues/1032)) ([f974728](https://github.com/react-native-async-storage/async-storage/commit/f974728b7bee9911a32eaa0b8215c7c894436ea5))

## [1.19.7](https://github.com/react-native-async-storage/async-storage/compare/v1.19.6...v1.19.7) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/default-storage/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-async-storage/async-storage",
"version": "1.19.7",
"version": "1.19.8",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 88ed07c

Please sign in to comment.