Skip to content

Commit 2f0b6e0

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2020-08-15) ### Bug Fixes * **Android:** createSocket is now a blocking method ([#108](#108)) ([6796a7f](6796a7f)) ### Features * Add Typescript types and the option to enable debugging ([#114](#114)) ([11e6e49](11e6e49)) ### Performance Improvements * Dependency reduction & JS update ([#105](#105)) ([aac2bfa](aac2bfa))
1 parent cdc8f8e commit 2f0b6e0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [3.2.0](https://github.com/tradle/react-native-udp/compare/v3.1.0...v3.2.0) (2020-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **Android:** createSocket is now a blocking method ([#108](https://github.com/tradle/react-native-udp/issues/108)) ([6796a7f](https://github.com/tradle/react-native-udp/commit/6796a7f12762850262e111a40f84b841ed67c401))
7+
8+
9+
### Features
10+
11+
* Add Typescript types and the option to enable debugging ([#114](https://github.com/tradle/react-native-udp/issues/114)) ([11e6e49](https://github.com/tradle/react-native-udp/commit/11e6e49a417b2a54227977691cd3c5b84a5d5d36))
12+
13+
14+
### Performance Improvements
15+
16+
* Dependency reduction & JS update ([#105](https://github.com/tradle/react-native-udp/issues/105)) ([aac2bfa](https://github.com/tradle/react-native-udp/commit/aac2bfa30591864b18fe8e4190f141f97798e058))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-udp",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "node's dgram API for react-native",
55
"main": "UdpSockets.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)