From bdcb3b9d11ad05e790851031ebc7c4d590e372ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Aug 2022 07:47:53 +0000 Subject: [PATCH] chore(release): set `package.json` to 7.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [7.0.0](https://github.com/twilio/twilio-cli-core/compare/6.8.1...7.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * unlocking oclif v2 Co-authored-by: sr010 <87780745+sr010@users.noreply.github.com> Co-authored-by: sburman Co-authored-by: shrutiburman <87537688+shrutiburman@users.noreply.github.com> ### Library - Fixes * Replace oclif-v1 dependencies with oclif-v2 version ([#212](https://github.com/twilio/twilio-cli-core/issues/212)) ([d87c83a](https://github.com/twilio/twilio-cli-core/commit/d87c83aca231ace8d58c12cad7b6b34c528cce6a)), closes [#207](https://github.com/twilio/twilio-cli-core/issues/207) [#211](https://github.com/twilio/twilio-cli-core/issues/211) --- CHANGES.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 62054faf..4dbe9ce8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +## [7.0.0](https://github.com/twilio/twilio-cli-core/compare/6.8.1...7.0.0) (2022-08-11) + + +### ⚠ BREAKING CHANGES + +* unlocking oclif v2 + +Co-authored-by: sr010 <87780745+sr010@users.noreply.github.com> +Co-authored-by: sburman +Co-authored-by: shrutiburman <87537688+shrutiburman@users.noreply.github.com> + +### Library - Fixes + +* Replace oclif-v1 dependencies with oclif-v2 version ([#212](https://github.com/twilio/twilio-cli-core/issues/212)) ([d87c83a](https://github.com/twilio/twilio-cli-core/commit/d87c83aca231ace8d58c12cad7b6b34c528cce6a)), closes [#207](https://github.com/twilio/twilio-cli-core/issues/207) [#211](https://github.com/twilio/twilio-cli-core/issues/211) + ### [6.8.1](https://github.com/twilio/twilio-cli-core/compare/6.8.0...6.8.1) (2022-08-11) diff --git a/package.json b/package.json index 077c760c..f466c7a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@twilio/cli-core", - "version": "6.8.1", + "version": "7.0.0", "description": "Core functionality for the twilio-cli", "keywords": [ "twilio"