Skip to content

Commit 89ec21d

Browse files
chore(release): 1.15.16 [skip ci]
1 parent c14ea98 commit 89ec21d

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.15.16](https://github.com/react-native-async-storage/async-storage/compare/v1.15.15...v1.15.16) (2022-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* declare support for RN 0.67 ([#741](https://github.com/react-native-async-storage/async-storage/issues/741)) ([c14ea98](https://github.com/react-native-async-storage/async-storage/commit/c14ea987fd8b264ca4b09adc2f6fd765dd198eb3))
7+
18
## [1.15.15](https://github.com/react-native-async-storage/async-storage/compare/v1.15.14...v1.15.15) (2022-01-11)
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.15.15",
3+
"version": "1.15.16",
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)