Skip to content

Commit fd7e393

Browse files
committed
prepare 8.0.5 (pgk+CHANGELOG.md)
1 parent 10adcd7 commit fd7e393

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
#### Version 8.0.5
3+
* fix: make it impossible to do sender.replaceTrack(null) #780 via @jerry2013
4+
* fix: correct mimeType serialization #788 via @jerry2013
5+
16
#### Version 8.0.4
27
* fix: spec compliant RTCStatsReport #769 via @jerry2013
38
* fix: add setDefaultAudioOutput to source #768 via @mjcctech and @jerry2013

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-iosrtc",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs",
55
"author": "Iñaki Baz Castillo (https://inakibaz.me)",
66
"contributors": [

0 commit comments

Comments
 (0)