Skip to content

Commit

Permalink
chore(release): 1.19.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncStorageBot committed Nov 10, 2023
1 parent f54a93b commit 006738a
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-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.19.5](https://github.com/react-native-async-storage/async-storage/compare/v1.19.4...v1.19.5) (2023-11-10)


### Bug Fixes

* **android:** add buildFeaturesbuildConfig for android gradle plugin 8 ([#1026](https://github.com/react-native-async-storage/async-storage/issues/1026)) ([f54a93b](https://github.com/react-native-async-storage/async-storage/commit/f54a93b55a6fdafdf3a820e7d625469ba7a1bec3))

## [1.19.4](https://github.com/react-native-async-storage/async-storage/compare/v1.19.3...v1.19.4) (2023-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/default-storage-backend/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.4",
"version": "1.19.5",
"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 006738a

Please sign in to comment.