Skip to content

Commit

Permalink
chore(release): 4.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.7](v4.1.6...v4.1.7) (2023-01-26)

### Bug Fixes

* **Android:** Remove incorrect Override signature ([#241](#241)) ([2578857](2578857))
  • Loading branch information
semantic-release-bot committed Jan 26, 2023
1 parent 2578857 commit 8422c40
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 @@
## [4.1.7](https://github.com/tradle/react-native-udp/compare/v4.1.6...v4.1.7) (2023-01-26)


### Bug Fixes

* **Android:** Remove incorrect Override signature ([#241](https://github.com/tradle/react-native-udp/issues/241)) ([2578857](https://github.com/tradle/react-native-udp/commit/25788578e59a1704ea65f9d00bc6c41faaae3f3d))

## [4.1.6](https://github.com/tradle/react-native-udp/compare/v4.1.5...v4.1.6) (2022-12-05)


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-udp",
"version": "4.1.6",
"version": "4.1.7",
"description": "React Native UDP socket API for Android & iOS",
"homepage": "https://github.com/tradle/react-native-udp",
"main": "src/index.js",
Expand Down

0 comments on commit 8422c40

Please sign in to comment.