Skip to content

Commit

Permalink
chore(release): set package.json to 6.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.7.0](twilio/twilio-cli-core@6.6.0...6.7.0) (2022-07-28)

### ⚠ BREAKING CHANGES

* add node engine support from 14.x+ (twilio#204)

### Library - Chores

* add node engine support from 14.x+ ([twilio#204](twilio#204)) ([7b81cb2](twilio@7b81cb2))
* update vulnerabilities dependencies ([twilio#205](twilio#205)) ([105be81](twilio@105be81))
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent efa48fd commit 9c8bcfb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.7.0](https://github.com/twilio/twilio-cli-core/compare/6.6.0...6.7.0) (2022-07-28)


### ⚠ BREAKING CHANGES

* add node engine support from 14.x+ (#204)

### Library - Chores

* add node engine support from 14.x+ ([#204](https://github.com/twilio/twilio-cli-core/issues/204)) ([7b81cb2](https://github.com/twilio/twilio-cli-core/commit/7b81cb2199e255197c144c43d4cd2ca952b5e06d))
* update vulnerabilities dependencies ([#205](https://github.com/twilio/twilio-cli-core/issues/205)) ([105be81](https://github.com/twilio/twilio-cli-core/commit/105be81767ebbc13fc35db7cf076729cd9dee935))

---------------------------
**Flex**
- Add `status`, `error_code`, and `error_message` fields to Interaction `Channel`
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-core",
"version": "6.6.0",
"version": "6.7.0",
"description": "Core functionality for the twilio-cli",
"keywords": [
"twilio"
Expand Down

0 comments on commit 9c8bcfb

Please sign in to comment.