Skip to content

Commit

Permalink
chore(release): set package.json to 5.4.2 [skip ci]
Browse files Browse the repository at this point in the history
### [5.4.2](5.4.1...5.4.2) (2023-03-14)

### Library - Fixes

* Changed default node version to 16 to support backward compatiblilty for flex plugin for macos .pkg ([#512](#512)) ([4d793af](4d793af))
* using node 16 versions for all releases ([#513](#513)) ([be0dbf2](be0dbf2))

### Library - Chores

* bump jsonwebtoken from 8.5.1 to 9.0.0 ([#514](#514)) ([0f7ec42](0f7ec42))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent fa4a31f commit ca9acfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [5.4.2](https://github.com/twilio/twilio-cli/compare/5.4.1...5.4.2) (2023-03-14)


### Library - Fixes

* Changed default node version to 16 to support backward compatiblilty for flex plugin for macos .pkg ([#512](https://github.com/twilio/twilio-cli/issues/512)) ([4d793af](https://github.com/twilio/twilio-cli/commit/4d793af7a937a5ae1b0d62f62e7409e4ee760c01))
* using node 16 versions for all releases ([#513](https://github.com/twilio/twilio-cli/issues/513)) ([be0dbf2](https://github.com/twilio/twilio-cli/commit/be0dbf2111a66090d3820c39d0e5aeaf414f9498))


### Library - Chores

* bump jsonwebtoken from 8.5.1 to 9.0.0 ([#514](https://github.com/twilio/twilio-cli/issues/514)) ([0f7ec42](https://github.com/twilio/twilio-cli/commit/0f7ec429fa8e1546b0b5e6c690e0b821e4470c78))

---------------------------
**Api**
- Add new categories for whatsapp template
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-cli",
"version": "5.4.1",
"version": "5.4.2",
"description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for documentation.",
"keywords": [
"oclif"
Expand Down

0 comments on commit ca9acfe

Please sign in to comment.