Skip to content

Commit b3d1b68

Browse files
chore(release): 1.17.0 [skip ci]
1 parent 774fb78 commit b3d1b68

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.0](https://github.com/react-native-async-storage/async-storage/compare/v1.16.3...v1.17.0) (2022-03-18)
2+
3+
4+
### Features
5+
6+
* **android:** bump room to 2.4.2, allowing arm64 jdk compile ([#773](https://github.com/react-native-async-storage/async-storage/issues/773)) ([774fb78](https://github.com/react-native-async-storage/async-storage/commit/774fb7828219823195ee704099bbbd902ffc5d07))
7+
18
## [1.16.3](https://github.com/react-native-async-storage/async-storage/compare/v1.16.2...v1.16.3) (2022-03-16)
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.3",
3+
"version": "1.17.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)