Skip to content

Commit 142fc06

Browse files
chore(release): 1.17.4 [skip ci]
1 parent b044512 commit 142fc06

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.4](https://github.com/react-native-async-storage/async-storage/compare/v1.17.3...v1.17.4) (2022-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* `multiGet` accepts read-only array ([#803](https://github.com/react-native-async-storage/async-storage/issues/803)) ([b044512](https://github.com/react-native-async-storage/async-storage/commit/b0445123bb8b315375ed4af3e97435cf8f870b39))
7+
18
## [1.17.3](https://github.com/react-native-async-storage/async-storage/compare/v1.17.2...v1.17.3) (2022-03-31)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
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)