Skip to content

Commit 42978a6

Browse files
chore(release): 1.16.0 [skip ci]
1 parent e3d36f3 commit 42978a6

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.16.0](https://github.com/react-native-async-storage/async-storage/compare/v1.15.17...v1.16.0) (2022-02-09)
2+
3+
4+
### Features
5+
6+
* migrate from Flow to TypeScript ([#727](https://github.com/react-native-async-storage/async-storage/issues/727)) ([e3d36f3](https://github.com/react-native-async-storage/async-storage/commit/e3d36f313852c50884fefb12fcd341d37a16973f))
7+
18
## [1.15.17](https://github.com/react-native-async-storage/async-storage/compare/v1.15.16...v1.15.17) (2022-01-24)
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.15.17",
3+
"version": "1.16.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)