Skip to content

Commit

Permalink
chore(release): 9.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.5.0](v9.4.2...v9.5.0) (2023-11-01)

### Features

* add optional reachabilityHeaders param to NetInfoConfiguration ([#673](#673)) ([0cbf067](0cbf067))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 0cbf067 commit bbebadf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [9.5.0](https://github.com/react-native-netinfo/react-native-netinfo/compare/v9.4.2...v9.5.0) (2023-11-01)


### Features

* add optional reachabilityHeaders param to NetInfoConfiguration ([#673](https://github.com/react-native-netinfo/react-native-netinfo/issues/673)) ([0cbf067](https://github.com/react-native-netinfo/react-native-netinfo/commit/0cbf067))

## [9.4.2](https://github.com/react-native-netinfo/react-native-netinfo/compare/v9.4.1...v9.4.2) (2023-11-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/netinfo",
"version": "9.4.2",
"version": "9.5.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 bbebadf

Please sign in to comment.