From f5661d1d05d5cd9c7b78f86faa3e865c0cae4dcf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Oct 2022 17:35:44 +0000 Subject: [PATCH] chore(release): set `package.json` to 6.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [6.0.0](https://github.com/shrutiburman/twilio-cli/compare/5.0.0...6.0.0) (2022-10-17) ### ⚠ BREAKING CHANGES * to trigger new version ### Library - Features * Adding description to mark the installed app ([c812152](https://github.com/shrutiburman/twilio-cli/commit/c8121529ba4b859e2a0d7092cbb49f8e942aff63)) --- CHANGES.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fddc94bec..cf43730a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +## [6.0.0](https://github.com/shrutiburman/twilio-cli/compare/5.0.0...6.0.0) (2022-10-17) + + +### ⚠ BREAKING CHANGES + +* to trigger new version + +### Library - Features + +* Adding description to mark the installed app ([c812152](https://github.com/shrutiburman/twilio-cli/commit/c8121529ba4b859e2a0d7092cbb49f8e942aff63)) + ## [5.0.0](https://github.com/shrutiburman/twilio-cli/compare/4.1.0...5.0.0) (2022-10-17) diff --git a/package.json b/package.json index 67d3d5f39..b0b776a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-cli", - "version": "5.0.0", + "version": "6.0.0", "description": "[Gameday] Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for documentation.", "keywords": [ "oclif"