Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* node engines support 14.x+

### Library - Chores

* update dependencies ([#430](#430)) ([bc4703d](bc4703d))

### Library - Fixes

* add node engine support from 14.x+ ([ef520fd](ef520fd))
* cleanup keytar and port command ([#436](#436)) ([d00f7ee](d00f7ee))
  • Loading branch information
semantic-release-bot committed Aug 11, 2022
1 parent 351fa34 commit 9f32980
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [4.0.0](https://github.com/twilio/twilio-cli/compare/3.6.0...4.0.0) (2022-08-11)


### ⚠ BREAKING CHANGES

* node engines support 14.x+

### Library - Chores

* update dependencies ([#430](https://github.com/twilio/twilio-cli/issues/430)) ([bc4703d](https://github.com/twilio/twilio-cli/commit/bc4703d6eb0210183ce92491188325f82e91d212))


### Library - Fixes

* add node engine support from 14.x+ ([ef520fd](https://github.com/twilio/twilio-cli/commit/ef520fd5ca9eaba14ef134a10173fa6050a61929))
* cleanup keytar and port command ([#436](https://github.com/twilio/twilio-cli/issues/436)) ([d00f7ee](https://github.com/twilio/twilio-cli/commit/d00f7ee019b14ae38abda86eb4c910ac3e4b3ff7))

--------------------------- **Library - Feature** - [PR #72](https://github.com/twilio/twilio-oai/pull/72): Addition of spec files for preview domain. Thanks to [@AsabuHere](https://github.com/AsabuHere)! **Routes** - Inbound Proccessing Region API - Public GA **Supersim** - Allow updating on a Fleet## [3.6.0](https://github.com/twilio/twilio-cli/compare/3.5.0...3.6.0) (2022-07-14)

---------------------------
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": "3.6.0",
"version": "4.0.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 9f32980

Please sign in to comment.