Skip to content

Commit

Permalink
chore(release): 1.19.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncStorageBot committed Jul 19, 2023
1 parent 06a3832 commit 9170c40
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.19.1](https://github.com/react-native-async-storage/async-storage/compare/v1.19.0...v1.19.1) (2023-07-19)


### Bug Fixes

* **android:** add required namespace in `build.gradle` ([#991](https://github.com/react-native-async-storage/async-storage/issues/991)) ([ce19249](https://github.com/react-native-async-storage/async-storage/commit/ce19249ca5c2a9ea41464bb430f476b78d3223b4))

# [1.19.0](https://github.com/react-native-async-storage/async-storage/compare/v1.18.2...v1.19.0) (2023-07-03)


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-async-storage/async-storage",
"version": "1.19.0",
"version": "1.19.1",
"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 9170c40

Please sign in to comment.