Skip to content

Commit a28a91f

Browse files
chore(release): 3.2.1 [skip ci]
## [3.2.1](react-native-netinfo/react-native-netinfo@v3.2.0...v3.2.1) (2019-06-01) ### Bug Fixes * Update iOS deployment target min to avoid a warning ([react-native-netinfo#112](react-native-netinfo#112) by [@mikehardy](https://github.com/mikehardy)) ([c05df9b](react-native-netinfo@c05df9b))
1 parent c05df9b commit a28a91f

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+
## [3.2.1](https://github.com/react-native-community/react-native-netinfo/compare/v3.2.0...v3.2.1) (2019-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Update iOS deployment target min to avoid a warning ([#112](https://github.com/react-native-community/react-native-netinfo/issues/112) by [@mikehardy](https://github.com/mikehardy)) ([c05df9b](https://github.com/react-native-community/react-native-netinfo/commit/c05df9b))
7+
18
# [3.2.0](https://github.com/react-native-community/react-native-netinfo/compare/v3.1.3...v3.2.0) (2019-05-26)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/netinfo",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "React Native Network Info API for iOS & Android",
55
"react-native": "src/index.ts",
66
"types": "lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)