Skip to content

Commit bf2a2af

Browse files
author
Corey Wilson
committed
(task) bumps version to 5.2.0
1 parent af75ed0 commit bf2a2af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.2.0 - 2019-09-23 (Yellow Mark)
2+
3+
- (iOS/Android) Added getGatewayIPAddress method (thanks @parrotmac)
4+
- (iOS/Android) Updated getIPV4Address to return WIFI IP if connected (thanks @Rapsssito)
5+
- (Android) Added getFrequency to get wifi frequency (thanks @antonkulyk)
6+
17
## 5.1.0 - 2019-06-24 (The Upside Down)
28

39
- (iOS/Android) Added getSubnet method (thanks @richardvclam)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-network-info",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Get local network information",
55
"main": "NetworkInfo.js",
66
"types": "NetworkInfo.d.ts",

react-native-network-info.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-network-info"
3-
s.version = "5.1.0"
3+
s.version = "5.2.0"
44
s.summary = "Get local network information"
55

66
s.homepage = "https://github.com/pusherman/react-native-network-info"

0 commit comments

Comments
 (0)