Skip to content

Commit

Permalink
chore(release): 6.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.4](v6.0.3...v6.0.4) (2021-10-22)

### Bug Fixes

* **android:** use ConnectivityManager directly, drop androidx dependency ([#509](#509)) ([2569f56](2569f56))
  • Loading branch information
semantic-release-bot committed Oct 22, 2021
1 parent 2569f56 commit 0345015
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.4](https://github.com/react-native-netinfo/react-native-netinfo/compare/v6.0.3...v6.0.4) (2021-10-22)


### Bug Fixes

* **android:** use ConnectivityManager directly, drop androidx dependency ([#509](https://github.com/react-native-netinfo/react-native-netinfo/issues/509)) ([2569f56](https://github.com/react-native-netinfo/react-native-netinfo/commit/2569f56))

## [6.0.3](https://github.com/react-native-netinfo/react-native-netinfo/compare/v6.0.2...v6.0.3) (2021-10-22)


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": "6.0.3",
"version": "6.0.4",
"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 0345015

Please sign in to comment.