From 54f5c9a816ac170f2d1b4d4caa206623ec2ec7ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Mar 2022 09:05:05 +0000 Subject: [PATCH] chore(release): 1.17.1 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",