Skip to content

Commit 3a3101d

Browse files
chore(release): 1.17.11 [skip ci]
1 parent 1bf1a98 commit 3a3101d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.11](https://github.com/react-native-async-storage/async-storage/compare/v1.17.10...v1.17.11) (2022-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* declare support for react-native 0.71 ([#870](https://github.com/react-native-async-storage/async-storage/issues/870)) ([1bf1a98](https://github.com/react-native-async-storage/async-storage/commit/1bf1a98ce7085787e8a7106fafa5a2b35f408561))
7+
18
## [1.17.10](https://github.com/react-native-async-storage/async-storage/compare/v1.17.9...v1.17.10) (2022-08-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.17.10",
3+
"version": "1.17.11",
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)