Skip to content

Commit

Permalink
chore(release): 4.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.4](v4.1.3...v4.1.4) (2022-02-22)

### Bug Fixes

* Remove AsyncTask in the send function (it's deprecated) ([#197](#197)) ([179a948](179a948))
  • Loading branch information
semantic-release-bot committed Feb 22, 2022
1 parent 179a948 commit bd8f797
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.4](https://github.com/tradle/react-native-udp/compare/v4.1.3...v4.1.4) (2022-02-22)


### Bug Fixes

* Remove AsyncTask in the send function (it's deprecated) ([#197](https://github.com/tradle/react-native-udp/issues/197)) ([179a948](https://github.com/tradle/react-native-udp/commit/179a9480004ce15c83fbcaa4ec3d9cd9fa9f950a))

## [4.1.3](https://github.com/tradle/react-native-udp/compare/v4.1.2...v4.1.3) (2021-09-08)


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.3",
"version": "4.1.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 bd8f797

Please sign in to comment.