From 0005d88cd3caa9a1ef68f2e3d89daf8e04f30b29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Jun 2023 12:33:21 +0000 Subject: [PATCH] chore(release): set `package.json` to 5.8.2 [skip ci] ### [5.8.2](https://github.com/twilio/twilio-cli/compare/5.8.1...5.8.2) (2023-06-01) ### Library - Fixes * update docker node version ([#536](https://github.com/twilio/twilio-cli/issues/536)) ([c33c5b5](https://github.com/twilio/twilio-cli/commit/c33c5b5c39006ef74856b24b171c36579110d32f)) * Update Dockerfile base image ([#535](https://github.com/twilio/twilio-cli/issues/535)) ([edee208](https://github.com/twilio/twilio-cli/commit/edee2080dfadfda7e1ef28734cb9ed8461caa68b)) --- CHANGES.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3bb897e4..715a2679 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +### [5.8.2](https://github.com/twilio/twilio-cli/compare/5.8.1...5.8.2) (2023-06-01) + + +### Library - Fixes + +* update docker node version ([#536](https://github.com/twilio/twilio-cli/issues/536)) ([c33c5b5](https://github.com/twilio/twilio-cli/commit/c33c5b5c39006ef74856b24b171c36579110d32f)) +* Update Dockerfile base image ([#535](https://github.com/twilio/twilio-cli/issues/535)) ([edee208](https://github.com/twilio/twilio-cli/commit/edee2080dfadfda7e1ef28734cb9ed8461caa68b)) + --------------------------- **Api** - Add to create Conference Participant API diff --git a/package.json b/package.json index c6851e57..2c782560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-cli", - "version": "5.8.1", + "version": "5.8.2", "description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for don.", "keywords": [ "oclif"