Skip to content

Commit cb68d74

Browse files
chore(release): 1.17.7 [skip ci]
1 parent 802ad19 commit cb68d74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.7](https://github.com/react-native-async-storage/async-storage/compare/v1.17.6...v1.17.7) (2022-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* declare support for react-native 0.69 ([#817](https://github.com/react-native-async-storage/async-storage/issues/817)) ([802ad19](https://github.com/react-native-async-storage/async-storage/commit/802ad1986125fdbd079acbf6cf5347b82142da36))
7+
18
## [1.17.6](https://github.com/react-native-async-storage/async-storage/compare/v1.17.5...v1.17.6) (2022-06-01)
29

310

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.17.6",
3+
"version": "1.17.7",
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)