Skip to content

Commit

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

### Bug Fixes

* Fix Gradle configuration ([#205](#205)) ([c5c7831](c5c7831))
* **Android:** Catch all exceptions and redirect them to JS ([#202](#202)) ([0a512ee](0a512ee))
  • Loading branch information
semantic-release-bot committed Mar 22, 2022
1 parent c5c7831 commit 1a1a4a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.1.5](https://github.com/tradle/react-native-udp/compare/v4.1.4...v4.1.5) (2022-03-22)


### Bug Fixes

* Fix Gradle configuration ([#205](https://github.com/tradle/react-native-udp/issues/205)) ([c5c7831](https://github.com/tradle/react-native-udp/commit/c5c783188563e9eb04370001e702993b650d6c13))
* **Android:** Catch all exceptions and redirect them to JS ([#202](https://github.com/tradle/react-native-udp/issues/202)) ([0a512ee](https://github.com/tradle/react-native-udp/commit/0a512ee84f7370af1842907c08d79ace29fc2019))

## [4.1.4](https://github.com/tradle/react-native-udp/compare/v4.1.3...v4.1.4) (2022-02-22)


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.4",
"version": "4.1.5",
"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 1a1a4a7

Please sign in to comment.