Skip to content

Commit 4b33137

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.4...v1.3.0) (2019-04-10) ### Bug Fixes * Deprecate AsyncStorage from React Native ([#66](#66)) ([892afed](892afed)) * Prefer RNC's AsyncStorage over RN's. ([9fa8ab9](9fa8ab9)) * release config ([ab7848a](ab7848a)) * semantic-release configuration ([b3d1312](b3d1312)) ### Features * Jest mocks, testing guidelines ([485eba4](485eba4))
1 parent b3d1312 commit 4b33137

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"types": "./types/index.d.ts",
66
"main": "lib/index.js",
@@ -55,7 +55,9 @@
5555
},
5656
"jest": {
5757
"preset": "react-native",
58-
"setupFiles": ["./example/jest.setup.js"]
58+
"setupFiles": [
59+
"./example/jest.setup.js"
60+
]
5961
},
6062
"detox": {
6163
"test-runner": "jest",

0 commit comments

Comments
 (0)