Skip to content

Commit 006738a

Browse files
chore(release): 1.19.5 [skip ci]
1 parent f54a93b commit 006738a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/default-storage-backend/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.19.5](https://github.com/react-native-async-storage/async-storage/compare/v1.19.4...v1.19.5) (2023-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [1.19.4](https://github.com/react-native-async-storage/async-storage/compare/v1.19.3...v1.19.4) (2023-11-01)
29

310

packages/default-storage-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.19.4",
3+
"version": "1.19.5",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)