Skip to content

Commit

Permalink
chore(release): 4.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.4](v4.0.3...v4.0.4) (2020-11-28)

### Bug Fixes

* **Android:** Switch to Java Standard concurrent API ([#145](#145)) ([373edf0](373edf0))
  • Loading branch information
semantic-release-bot committed Nov 28, 2020
1 parent 373edf0 commit a8e124c
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.0.4](https://github.com/tradle/react-native-udp/compare/v4.0.3...v4.0.4) (2020-11-28)


### Bug Fixes

* **Android:** Switch to Java Standard concurrent API ([#145](https://github.com/tradle/react-native-udp/issues/145)) ([373edf0](https://github.com/tradle/react-native-udp/commit/373edf03bd274fa8d00609211177bee813978dd1))

## [4.0.3](https://github.com/tradle/react-native-udp/compare/v4.0.2...v4.0.3) (2020-10-01)


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.0.3",
"version": "4.0.4",
"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 a8e124c

Please sign in to comment.