We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5573359 commit 17b4996Copy full SHA for 17b4996
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of `@reason-react-native/async-storage`
2
3
+## 1.6.2 - 2021-20-19
4
+
5
+Add `useAsyncStorage_` for record syntax & deprecated `useAsyncStorage`
6
7
## 1.6.1 - 2020-11-17
8
9
- Fix npm description
package.json
@@ -1,7 +1,7 @@
{
"name": "@reason-react-native/async-storage",
"description": "ReScript bindings for @react-native-async-storage/async-storage.",
- "version": "1.6.1",
+ "version": "1.6.2",
"publishConfig": {
"access": "public"
},
0 commit comments