Skip to content

Commit

Permalink
Bump version and update changelog (#596)
Browse files Browse the repository at this point in the history
* Bump version and update changelog

* Link to github repo for room monitor

* Remove duplicate entry

* Add twilio-video upgrade to changelog
  • Loading branch information
timmydoza committed Sep 24, 2021
1 parent 16a4dbc commit d465d04
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.0 (September 24, 2021)

### New Feature

- This release adds the [Twilio Video Room Monitor](https://github.com/twilio/twilio-video-room-monitor.js) to the app. The Room Monitor is a browser-based tool that displays real-time information and metrics from the Video SDK's [Room object](https://media.twiliocdn.com/sdk/js/video/releases/2.17.0/docs/Room.html) and relevant browser APIs. The Room Monitor can be activated by clicking on the "Room Monitor" button in the menu while in a room. [#594](https://github.com/twilio/twilio-video-app-react/pull/594)

### Dependency Upgrades

- `twilio-video` has been upgraded from 2.17.0 to 2.17.1. This fixes a regression in 2.17.0 which caused Chrome screen share tracks to be encoded at lower dimensions. [#593](https://github.com/twilio/twilio-video-app-react/pull/593)

## 0.5.1 (September 17, 2021)

### Dependency Upgrades
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-video-app-react",
"version": "0.5.1",
"version": "0.6.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit d465d04

Please sign in to comment.