From 88f8011fc375155a8d90d1000fa7d26d485b155f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Oct 2022 21:24:41 +0000 Subject: [PATCH] chore(release): set `package.json` to 5.2.0 [skip ci] ## [5.2.0](https://github.com/twilio/twilio-cli/compare/5.1.0...5.2.0) (2022-10-19) ### Library - Chores * run acceptance test on macos x64 executable ([#472](https://github.com/twilio/twilio-cli/issues/472)) ([12097b3](https://github.com/twilio/twilio-cli/commit/12097b3b37fc4ed2e6ff6dec97f90d97f324d7a3)) ### Library - Fixes * specifying targets for oclif-dev pack ([#471](https://github.com/twilio/twilio-cli/issues/471)) ([f0dfea5](https://github.com/twilio/twilio-cli/commit/f0dfea5a88e61d26f03a6ffe3b4cd3b50f831969)) --- CHANGES.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3018b3a4d..0e8268984 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +## [5.2.0](https://github.com/twilio/twilio-cli/compare/5.1.0...5.2.0) (2022-10-19) + + +### Library - Chores + +* run acceptance test on macos x64 executable ([#472](https://github.com/twilio/twilio-cli/issues/472)) ([12097b3](https://github.com/twilio/twilio-cli/commit/12097b3b37fc4ed2e6ff6dec97f90d97f324d7a3)) + + +### Library - Fixes + +* specifying targets for oclif-dev pack ([#471](https://github.com/twilio/twilio-cli/issues/471)) ([f0dfea5](https://github.com/twilio/twilio-cli/commit/f0dfea5a88e61d26f03a6ffe3b4cd3b50f831969)) + --------------------------- **Library - Chore** - [PR #79](https://github.com/twilio/twilio-oai/pull/79): update mountName and className extensions. Thanks to [@childish-sambino](https://github.com/childish-sambino)! diff --git a/package.json b/package.json index 8af7da262..381b95759 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-cli", - "version": "5.1.0", + "version": "5.2.0", "description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for documentation.", "keywords": [ "oclif"