From 72557167530ca48cc267469f5c63001aeb6406dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Sep 2022 08:01:35 +0000 Subject: [PATCH] chore(release): set `package.json` to 7.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGES.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bc7bd5aa..d86c5a84 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)** diff --git a/package.json b/package.json index 5b1be48e..2f60412b 100644 --- a/package.json +++ b/package.json @@ -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"