Skip to content

Commit

Permalink
chore(release): 1.19.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncStorageBot committed Aug 24, 2023
1 parent e15432c commit 9d9bb1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/default-storage-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.19.3](https://github.com/react-native-async-storage/async-storage/compare/v1.19.2...v1.19.3) (2023-08-24)


### Bug Fixes

* **ios:** fix `pod install` on RN 0.70.x + New Arch ([#1004](https://github.com/react-native-async-storage/async-storage/issues/1004)) ([e15432c](https://github.com/react-native-async-storage/async-storage/commit/e15432cea0b8691890a4cf08d69639ad31f09421)), closes [#997](https://github.com/react-native-async-storage/async-storage/issues/997)
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.2",
"version": "1.19.3",
"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 9d9bb1a

Please sign in to comment.