Skip to content

Commit

Permalink
chore(release): set package.json to 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.0](4.1.0...4.2.0) (2022-09-08)

### ⚠ BREAKING CHANGES

* add node engine support from 14.x+

### Library - Fixes

* add node engine support from 14.x+ ([6de712f](6de712f))

### Library - Chores

* fix workflow for duplicate release ([#456](#456)) ([8bf9188](8bf9188))
  • Loading branch information
semantic-release-bot committed Sep 8, 2022
1 parent 7ff3208 commit df00986
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.2.0](https://github.com/twilio/twilio-cli/compare/4.1.0...4.2.0) (2022-09-08)


### ⚠ BREAKING CHANGES

* add node engine support from 14.x+

### Library - Fixes

* add node engine support from 14.x+ ([6de712f](https://github.com/twilio/twilio-cli/commit/6de712f071a0cfe81fead89527fb62226b504798))


### Library - Chores

* fix workflow for duplicate release ([#456](https://github.com/twilio/twilio-cli/issues/456)) ([8bf9188](https://github.com/twilio/twilio-cli/commit/8bf9188b99d5af09dc9e2ed3dc701ad1ddec0b00))

---------------------------
**Flex**
- Removed redundant status from Flex Interactions flow **(breaking change)**
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": "4.1.0",
"version": "4.2.0",
"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 df00986

Please sign in to comment.