Skip to content

Commit 2f2a521

Browse files
author
Tim Mendoza
committed
Update changelog and bump version
1 parent 28d0423 commit 2f2a521

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.7.0
4+
5+
### Enhancements
6+
7+
- This version adds a new endpoint which allows users to update the recording rules for a given room. See the [README](README.md#recording-rules) for more details.
8+
- Upgraded @twilio/cli-core from 5.9.1 to 5.9.3
9+
- Upgraded moment from 2.28.0 to 2.29.0
10+
- Upgraded nanoid from 3.1.13 to 3.1.16
11+
- Upgraded @twilio-labs/serverless-api from 4.0.2 to 4.0.3
12+
313
## 0.6.0
414

515
### Enhancements

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@twilio-labs/plugin-rtc",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "A Twilio-CLI plugin for real-time communication apps",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)