Skip to content

Commit

Permalink
chore(release): 5.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.7.0](v5.6.2...v5.7.0) (2020-03-30)

### Bug Fixes

* **macos:** Ensure macOS files are included in the NPM package ([#335](#335) by [@matt-oakes](https://github.com/matt-oakes)) ([742c79a](742c79a))

### Features

* **android:** Make the ACCESS_WIFI_STATE permission optional ([#328](#328) by [@sweggersen](https://github.com/sweggersen)) ([ba16e0a](ba16e0a))
  • Loading branch information
semantic-release-bot committed Mar 30, 2020
1 parent ba16e0a commit 128ea51
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.7.0](https://github.com/react-native-community/react-native-netinfo/compare/v5.6.2...v5.7.0) (2020-03-30)


### Bug Fixes

* **macos:** Ensure macOS files are included in the NPM package ([#335](https://github.com/react-native-community/react-native-netinfo/issues/335) by [@matt-oakes](https://github.com/matt-oakes)) ([742c79a](https://github.com/react-native-community/react-native-netinfo/commit/742c79a))


### Features

* **android:** Make the ACCESS_WIFI_STATE permission optional ([#328](https://github.com/react-native-community/react-native-netinfo/issues/328) by [@sweggersen](https://github.com/sweggersen)) ([ba16e0a](https://github.com/react-native-community/react-native-netinfo/commit/ba16e0a))

## [5.6.2](https://github.com/react-native-community/react-native-netinfo/compare/v5.6.1...v5.6.2) (2020-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/netinfo",
"version": "5.6.2",
"version": "5.7.0",
"description": "React Native Network Info API for iOS & Android",
"react-native": "src/index.ts",
"types": "lib/typescript/src/index.d.ts",
Expand Down

0 comments on commit 128ea51

Please sign in to comment.