From f0c1ef595fdb7df5168476ac82122c4e9b008e8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 May 2022 12:59:53 +0000 Subject: [PATCH] chore(release): 1.17.5 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e152964c..1ba9a282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.5](https://github.com/react-native-async-storage/async-storage/compare/v1.17.4...v1.17.5) (2022-05-18) + + +### Bug Fixes + +* invalid module name in augmentation ([#805](https://github.com/react-native-async-storage/async-storage/issues/805)) ([db28513](https://github.com/react-native-async-storage/async-storage/commit/db285138137b7d213598961b672be6ed8fade754)) + ## [1.17.4](https://github.com/react-native-async-storage/async-storage/compare/v1.17.3...v1.17.4) (2022-05-09) diff --git a/package.json b/package.json index f68fe926..81fc58f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.17.4", + "version": "1.17.5", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",