Skip to content

Commit ccb0f2f

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](react-native-netinfo/react-native-netinfo@v4.0.0...v4.1.0) (2019-07-13) ### Features * Add support for internet reachability detection ([react-native-netinfo#116](react-native-netinfo#116) by [@matt-oakes](https://github.com/matt-oakes)) ([6c03502](react-native-netinfo@6c03502))
1 parent 6c03502 commit ccb0f2f

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/react-native-community/react-native-netinfo/compare/v4.0.0...v4.1.0) (2019-07-13)
2+
3+
4+
### Features
5+
6+
* Add support for internet reachability detection ([#116](https://github.com/react-native-community/react-native-netinfo/issues/116) by [@matt-oakes](https://github.com/matt-oakes)) ([6c03502](https://github.com/react-native-community/react-native-netinfo/commit/6c03502))
7+
18
# [4.0.0](https://github.com/react-native-community/react-native-netinfo/compare/v3.2.1...v4.0.0) (2019-07-06)
29

310

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/netinfo",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "React Native Network Info API for iOS & Android",
55
"react-native": "src/index.ts",
66
"types": "lib/typescript/src/index.d.ts",
@@ -131,22 +131,6 @@
131131
"pre-push": "yarn test"
132132
}
133133
},
134-
"lint-staged": {
135-
"*.{js,ts,tsx}": [
136-
"yarn eslint --fix",
137-
"git add"
138-
],
139-
"*.java": [
140-
"cd android && ./graldew spotlessApply",
141-
"git add"
142-
]
143-
},
144-
"husky": {
145-
"hooks": {
146-
"pre-commit": "lint-staged",
147-
"pre-push": "yarn test"
148-
}
149-
},
150134
"lint-staged": {
151135
"*.{js,ts,tsx}": [
152136
"yarn eslint --fix",

0 commit comments

Comments
 (0)