diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3a7008..e152964c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.4](https://github.com/react-native-async-storage/async-storage/compare/v1.17.3...v1.17.4) (2022-05-09) + + +### Bug Fixes + +* `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)) + ## [1.17.3](https://github.com/react-native-async-storage/async-storage/compare/v1.17.2...v1.17.3) (2022-03-31) diff --git a/package.json b/package.json index 249d5b44..f68fe926 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.17.3", + "version": "1.17.4", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",