From cb28df7470cc99c18743a1a1290e75c5edbcfebb Mon Sep 17 00:00:00 2001 From: AsyncStorageBot <118817110+AsyncStorageBot@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:58:01 +0000 Subject: [PATCH] chore(release): 1.21.0 [skip ci] --- packages/default-storage/CHANGELOG.md | 12 ++++++++++++ packages/default-storage/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/default-storage/CHANGELOG.md b/packages/default-storage/CHANGELOG.md index 3259946b..2f12856d 100644 --- a/packages/default-storage/CHANGELOG.md +++ b/packages/default-storage/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.21.0](https://github.com/react-native-async-storage/async-storage/compare/v1.20.0...v1.21.0) (2023-11-29) + + +### Bug Fixes + +* missing `kotlinVersion` property ([#1042](https://github.com/react-native-async-storage/async-storage/issues/1042)) ([cff03e8](https://github.com/react-native-async-storage/async-storage/commit/cff03e8fa76e268002017e18349a0b462547df87)) + + +### Features + +* **windows:** bump minimum target platform version to 10.0.17763.0 ([#1031](https://github.com/react-native-async-storage/async-storage/issues/1031)) ([5682e8c](https://github.com/react-native-async-storage/async-storage/commit/5682e8ce2548ff423d978b0317e1b70de7a8a76f)) + # [1.20.0](https://github.com/react-native-async-storage/async-storage/compare/v1.19.8...v1.20.0) (2023-11-28) diff --git a/packages/default-storage/package.json b/packages/default-storage/package.json index 7148e0a2..685b7fc3 100644 --- a/packages/default-storage/package.json +++ b/packages/default-storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "1.20.0", + "version": "1.21.0", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",