From 480ec19161587fb40fb2745511741f806083fc76 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Mar 2022 00:20:56 +0000 Subject: [PATCH] chore: 2.0.2 ### [2.0.2](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-webrtc@2.0.1...@config-plugins/react-native-webrtc@2.0.2) (2022-03-16) ### Bug Fixes * **ci:** change release config order [skip ci] ([#52](https://github.com/expo/config-plugins/issues/52)) ([429dcdc](https://github.com/expo/config-plugins/commit/429dcdc1d0cb8c28a95459501cf29aa5f446e8d7)) * **ci:** ignore private packages ([537afa4](https://github.com/expo/config-plugins/commit/537afa4c7d308c921b923d299dc56765a0522932)) ### Continuous Integration * add statuses permissions to pr title workflow [skip ci] ([#54](https://github.com/expo/config-plugins/issues/54)) ([1374ab2](https://github.com/expo/config-plugins/commit/1374ab2bf49d8229420bfcff7972a60cb0b0621c)) * fix versions [skip ci] ([#53](https://github.com/expo/config-plugins/issues/53)) ([5de4ae3](https://github.com/expo/config-plugins/commit/5de4ae3e6182c32b7aa24d70ccd23a11663bb089)) * revert permissions ([73109da](https://github.com/expo/config-plugins/commit/73109da98dbfe6d766cc798134b4f00e76b79bda)) ### Documentation changes * **ios-stickers:** add doc block ([#55](https://github.com/expo/config-plugins/issues/55)) ([c904bc6](https://github.com/expo/config-plugins/commit/c904bc6a5f410645696a0356b5c188b94f80c231)) --- packages/react-native-webrtc/CHANGELOG.md | 7 +++++++ packages/react-native-webrtc/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/react-native-webrtc/CHANGELOG.md b/packages/react-native-webrtc/CHANGELOG.md index e53d7985..999ded6d 100644 --- a/packages/react-native-webrtc/CHANGELOG.md +++ b/packages/react-native-webrtc/CHANGELOG.md @@ -1 +1,8 @@ +### @config-plugins/react-native-webrtc [2.0.2](https://github.com/expo/config-plugins/compare/@config-plugins/react-native-webrtc@2.0.1...@config-plugins/react-native-webrtc@2.0.2) (2022-03-16) + + +### Continuous Integration + +* fix versions [skip ci] ([#53](https://github.com/expo/config-plugins/issues/53)) ([5de4ae3](https://github.com/expo/config-plugins/commit/5de4ae3e6182c32b7aa24d70ccd23a11663bb089)) + ## @config-plugins/react-native-webrtc 2.0.1 diff --git a/packages/react-native-webrtc/package.json b/packages/react-native-webrtc/package.json index 69d291e7..fa8044ae 100644 --- a/packages/react-native-webrtc/package.json +++ b/packages/react-native-webrtc/package.json @@ -1,6 +1,6 @@ { "name": "@config-plugins/react-native-webrtc", - "version": "2.0.1", + "version": "2.0.2", "description": "Config plugin to setup react-native-webrtc on prebuild", "main": "build/withWebRTC.js", "types": "build/withWebRTC.d.ts",