diff --git a/CHANGES.md b/CHANGES.md index 1c9a4b01..f193c070 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +### [5.5.1](https://github.com/twilio/twilio-cli/compare/5.5.0...5.5.1) (2023-04-03) + + +### Library - Fixes + +* Swapping make install step to run after node setup in npm audit job ([#520](https://github.com/twilio/twilio-cli/issues/520)) ([0ed7d26](https://github.com/twilio/twilio-cli/commit/0ed7d26c5476a6e2005791b9541de10c87d2bbd8)) + + +### Library - Chores + +* ci ([3a60489](https://github.com/twilio/twilio-cli/commit/3a6048975f52242f5775ef4333bbe57cc1c0a9cc)) + ## [5.5.0](https://github.com/twilio/twilio-cli/compare/5.4.3...5.5.0) (2023-03-23) --------------------------- diff --git a/package.json b/package.json index 5ea5f370..23df9604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-cli", - "version": "5.5.0", + "version": "5.5.1", "description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for don.", "keywords": [ "oclif"