Skip to content

Commit

Permalink
[Librarian] Regenerated @ 9097051d7a90710f6b2b85350d5cfa9f58bab4e3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Sep 4, 2019
1 parent e36d3a6 commit 9f96fb7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 163 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
twilio-cli changelog
=====================

[2019-09-04] Version 1.5.0
---------------------------
**Library**
- [PR #112](https://github.com/twilio/twilio-cli/pull/112): Upgrade to use the refactored cli-core. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #110](https://github.com/twilio/twilio-cli/pull/110): Add flag config utility for converting API params to CLI flags. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #109](https://github.com/twilio/twilio-cli/pull/109): Refactor the phone-number-buy tests to use the command class set up. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
- [PR #108](https://github.com/twilio/twilio-cli/pull/108): Update the 'profile:use' command to use the new 'setActiveProfile' method. Thanks to [@childish-sambino](https://github.com/childish-sambino)!

**Api**
- Pass Twiml in call update request

**Conversations**
- Add attributes to Conversations resources

**Flex**
- Adding `features_enabled` and `serverless_service_sids` to Flex Configuration

**Messaging**
- Message API required params updated **(breaking change)**

**Preview**
- Added support for the optional `CallSid` to `/BrandedCalls` endpoint


[2019-08-21] Version 1.4.2
---------------------------
**Library**
Expand Down
194 changes: 37 additions & 157 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@oclif/plugin-plugins": "^1.7.8",
"@oclif/plugin-warn-if-update-available": "^1.7.0",
"@sendgrid/mail": "^6.4.0",
"@twilio/cli-core": "^4.0.0",
"@twilio/plugin-debugger": "^1.1.7",
"@twilio/cli-core": "^4.0.1",
"@twilio/plugin-debugger": "^1.1.8",
"chalk": "^2.4.2",
"inquirer": "^6.5.1",
"inquirer": "^6.5.2",
"ngrok": "^3.2.5",
"twilio": "^3.33.4"
"twilio": "^3.34.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.5",
"@twilio/cli-test": "^2.0.0",
"aws-sdk": "^2.515.0",
"aws-sdk": "^2.523.0",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.5.1",
Expand All @@ -36,7 +36,7 @@
"nock": "^10.0.6",
"nyc": "^14.1.1",
"rimraf": "^2.7.1",
"sinon": "^7.4.1",
"sinon": "^7.4.2",
"tmp": "^0.1.0"
},
"engines": {
Expand Down

0 comments on commit 9f96fb7

Please sign in to comment.