Skip to content

Commit cb28df7

Browse files
chore(release): 1.21.0 [skip ci]
1 parent 5682e8c commit cb28df7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/default-storage/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.21.0](https://github.com/react-native-async-storage/async-storage/compare/v1.20.0...v1.21.0) (2023-11-29)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### Features
10+
11+
* **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))
12+
113
# [1.20.0](https://github.com/react-native-async-storage/async-storage/compare/v1.19.8...v1.20.0) (2023-11-28)
214

315

packages/default-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.20.0",
3+
"version": "1.21.0",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)