From 76c4586ad74eb7159e260a8df690c8ec7595ba91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Sep 2021 14:41:10 +0000 Subject: [PATCH] chore(release): 4.1.3 [skip ci] ## [4.1.3](https://github.com/tradle/react-native-udp/compare/v4.1.2...v4.1.3) (2021-09-08) ### Bug Fixes * Fix podspec to be compliant with latest Cocoapods ([#191](https://github.com/tradle/react-native-udp/issues/191)) ([006361b](https://github.com/tradle/react-native-udp/commit/006361b95b1e6c836225cdb95fe733f41bdf2afb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 794046b7..53935673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.3](https://github.com/tradle/react-native-udp/compare/v4.1.2...v4.1.3) (2021-09-08) + + +### Bug Fixes + +* Fix podspec to be compliant with latest Cocoapods ([#191](https://github.com/tradle/react-native-udp/issues/191)) ([006361b](https://github.com/tradle/react-native-udp/commit/006361b95b1e6c836225cdb95fe733f41bdf2afb)) + ## [4.1.2](https://github.com/tradle/react-native-udp/compare/v4.1.1...v4.1.2) (2021-01-19) diff --git a/package.json b/package.json index 2fce822d..fb8f1bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-udp", - "version": "4.1.2", + "version": "4.1.3", "description": "React Native UDP socket API for Android & iOS", "homepage": "https://github.com/tradle/react-native-udp", "main": "src/index.js",