Skip to content

Commit 56e531e

Browse files
authored
Update default Twilio library to v5 (#518)
* chore: update twilio version * chore: add changeset
1 parent 4ef7c69 commit 56e531e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/beige-teachers-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-twilio-function': patch
3+
---
4+
5+
Update default twilio library to v5

packages/create-twilio-function/src/create-twilio-function/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const pkgJson = require('../../package.json');
22

33
module.exports = {
4-
twilio: '^3.56',
4+
twilio: '5.0.3',
55
twilioRuntimeHandler: pkgJson.devDependencies[
66
'@twilio/runtime-handler'
77
].replace(/[\^~]/, ''),

0 commit comments

Comments
 (0)