Skip to content

Commit

Permalink
chore(release): set package.json to 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.2.0](twilio/twilio-cli-core@7.1.0...7.2.0) (2022-09-08)

### ⚠ BREAKING CHANGES

* update description (twilio#207)

### Library - Fixes

* cleanup keytar ([twilio#209](twilio#209)) ([9f1c2d9](twilio@9f1c2d9))
* Fixing ocktokit api calls ([twilio#211](twilio#211)) ([b5150dd](twilio@b5150dd))
* update description ([twilio#207](twilio#207)) ([80ae344](twilio@80ae344))
  • Loading branch information
semantic-release-bot committed Sep 8, 2022
1 parent 505c791 commit 7255716
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [7.2.0](https://github.com/twilio/twilio-cli-core/compare/7.1.0...7.2.0) (2022-09-08)


### ⚠ BREAKING CHANGES

* update description (#207)

### Library - Fixes

* cleanup keytar ([#209](https://github.com/twilio/twilio-cli-core/issues/209)) ([9f1c2d9](https://github.com/twilio/twilio-cli-core/commit/9f1c2d9b4607c6bc83b80bfde5cf3eb1ce558fe7))
* Fixing ocktokit api calls ([#211](https://github.com/twilio/twilio-cli-core/issues/211)) ([b5150dd](https://github.com/twilio/twilio-cli-core/commit/b5150dd84c4a9fec036666c5c1b63b55ebfcb969))
* update description ([#207](https://github.com/twilio/twilio-cli-core/issues/207)) ([80ae344](https://github.com/twilio/twilio-cli-core/commit/80ae3443ed5c0b40d3ba5ec73c47ccd9caf2376a))

---------------------------
**Flex**
- Removed redundant `close` status from Flex Interactions flow **(breaking change)**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/cli-core",
"version": "7.1.0",
"version": "7.2.0",
"description": "Core functionality for the twilio-cli",
"keywords": [
"twilio"
Expand Down

0 comments on commit 7255716

Please sign in to comment.