Skip to content

Commit

Permalink
chore(release): 4.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.2](v4.1.1...v4.1.2) (2021-01-19)

### Bug Fixes

* **Android:** Fix null MulticastSocket creation ([#148](#148)) ([3d52791](3d52791))
  • Loading branch information
semantic-release-bot committed Jan 19, 2021
1 parent 3d52791 commit 11d2666
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.2](https://github.com/tradle/react-native-udp/compare/v4.1.1...v4.1.2) (2021-01-19)


### Bug Fixes

* **Android:** Fix null MulticastSocket creation ([#148](https://github.com/tradle/react-native-udp/issues/148)) ([3d52791](https://github.com/tradle/react-native-udp/commit/3d527916a24e3837c2eca194f2474af22a737cef))

## [4.1.1](https://github.com/tradle/react-native-udp/compare/v4.1.0...v4.1.1) (2020-12-24)


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.1",
"version": "4.1.2",
"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 11d2666

Please sign in to comment.