diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7eb393..130d6d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.1](https://github.com/react-native-async-storage/async-storage/compare/v1.17.0...v1.17.1) (2022-03-29) + + +### Bug Fixes + +* `multiRemove` should accept `readonly string[]` ([#787](https://github.com/react-native-async-storage/async-storage/issues/787)) ([298bbb0](https://github.com/react-native-async-storage/async-storage/commit/298bbb00420bf789b69fa574a2884463ec950f5c)) + # [1.17.0](https://github.com/react-native-async-storage/async-storage/compare/v1.16.3...v1.17.0) (2022-03-18) diff --git a/package.json b/package.json index 93387b2e..c0491a10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.17.0", + "version": "1.17.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",