From 4e79e2ecc18293f423bc85aabc48520a6e41cbff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Jan 2025 05:16:01 +0000 Subject: [PATCH] chore(release): set `package.json` to 5.22.8 [skip ci] ## [5.22.8](https://github.com/twilio/twilio-cli/compare/5.22.7...5.22.8) (2025-01-10) ### Library - Chores * update base64 --output flag to > ([#615](https://github.com/twilio/twilio-cli/issues/615)) ([7d8ce33](https://github.com/twilio/twilio-cli/commit/7d8ce33947603289a57aa58ddcdbe8734e19f17d)) * upgarde to macos13 ([#614](https://github.com/twilio/twilio-cli/issues/614)) ([b14834a](https://github.com/twilio/twilio-cli/commit/b14834a17f644327bc22c67d44b681ad97304992)) * upgrade to macos-13 in acceptance test ([#616](https://github.com/twilio/twilio-cli/issues/616)) ([32e52b3](https://github.com/twilio/twilio-cli/commit/32e52b31f4af9e53a2c0b159feb7f0a440db7069)) --- CHANGES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 854cacc2..35b9afb7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## [5.22.8](https://github.com/twilio/twilio-cli/compare/5.22.7...5.22.8) (2025-01-10) + + +### Library - Chores + +* update base64 --output flag to > ([#615](https://github.com/twilio/twilio-cli/issues/615)) ([7d8ce33](https://github.com/twilio/twilio-cli/commit/7d8ce33947603289a57aa58ddcdbe8734e19f17d)) +* upgarde to macos13 ([#614](https://github.com/twilio/twilio-cli/issues/614)) ([b14834a](https://github.com/twilio/twilio-cli/commit/b14834a17f644327bc22c67d44b681ad97304992)) +* upgrade to macos-13 in acceptance test ([#616](https://github.com/twilio/twilio-cli/issues/616)) ([32e52b3](https://github.com/twilio/twilio-cli/commit/32e52b31f4af9e53a2c0b159feb7f0a440db7069)) + -------------------------- **Numbers** - Change beta feature flag to use v2/BulkHostedNumberOrders diff --git a/package.json b/package.json index 7bf77dd0..a22c2a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-cli", - "version": "5.22.7", + "version": "5.22.8", "description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for don.", "keywords": [ "oclif"