Skip to content

Commit cc1732f

Browse files
author
Tim Mendoza
committed
Bump version and add changelog entry
1 parent da2dc20 commit cc1732f

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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.8.4
4+
5+
### Enhancement
6+
7+
- Added error logging to the /token and /recording-rules endpoints.
8+
9+
### Maintenence
10+
11+
- Upgraded a number of dependencies.
12+
313
## 0.8.3
414

515
### Maintenence

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/plugin-rtc",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "A Twilio-CLI plugin for real-time communication apps",
55
"main": "index.js",
66
"publishConfig": {
@@ -21,10 +21,10 @@
2121
"@oclif/config": "^1.14.0",
2222
"@oclif/plugin-help": "^5.1.11",
2323
"@twilio-labs/serverless-api": "^4.0.3",
24-
"@twilio/cli-core": "^6.1.0",
24+
"@twilio/cli-core": "^6.7.0",
2525
"lodash": "^4.17.21",
2626
"moment": "^2.29.4",
27-
"nanoid": "^3.1.16"
27+
"nanoid": "^3.3.4"
2828
},
2929
"devDependencies": {
3030
"@oclif/dev-cli": "^1",
@@ -37,7 +37,7 @@
3737
"lint-staged": "^10.0.8",
3838
"prettier": "^1.19.1",
3939
"superagent": "^5.2.2",
40-
"twilio": "^3.74.0"
40+
"twilio": "^3.80.0"
4141
},
4242
"eslintConfig": {
4343
"extends": "eslint:recommended",

0 commit comments

Comments
 (0)