Skip to content

Commit 2c2cc6d

Browse files
chore(release): 1.16.3 [skip ci]
1 parent 6ba9d69 commit 2c2cc6d

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.3](https://github.com/react-native-async-storage/async-storage/compare/v1.16.2...v1.16.3) (2022-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** wrong void return type of multiGet ([#767](https://github.com/react-native-async-storage/async-storage/issues/767)) ([6ba9d69](https://github.com/react-native-async-storage/async-storage/commit/6ba9d690560fa33d21a75358f7dae379a7f705f8))
7+
18
## [1.16.2](https://github.com/react-native-async-storage/async-storage/compare/v1.16.1...v1.16.2) (2022-03-15)
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.16.2",
3+
"version": "1.16.3",
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)