Skip to content

Commit

Permalink
chore(release): set package.json to 5.33.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.33.0](twilio/twilio-cli-core@5.32.2...5.33.0) (2021-12-16)

### Library - Features

* Add flag no header for list and fetch commands ([twilio#182](twilio#182)) ([22f6ea9](twilio@22f6ea9))

### Library - Chores

* github workflow update ([twilio#183](twilio#183)) ([a96ebc3](twilio@a96ebc3))
* Remove audit run with posttest script ([twilio#186](twilio#186)) ([ea5c744](twilio@ea5c744))
* revert updated oclif major dependencies ([twilio#185](twilio#185)) ([aa74e0e](twilio@aa74e0e))
* update version of vulnerable dependencies ([twilio#184](twilio#184)) ([b8de6f6](twilio@b8de6f6))

### Library - Fixes

* Update semantic-release via npm bin ([twilio#187](twilio#187)) ([b35a2ac](twilio@b35a2ac))
  • Loading branch information
semantic-release-bot committed Dec 16, 2021
1 parent b35a2ac commit a49d861
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [5.33.0](https://github.com/twilio/twilio-cli-core/compare/5.32.2...5.33.0) (2021-12-16)


### Library - Features

* Add flag no header for list and fetch commands ([#182](https://github.com/twilio/twilio-cli-core/issues/182)) ([22f6ea9](https://github.com/twilio/twilio-cli-core/commit/22f6ea9262e3874a2b9d46cb97e4df14648c0f78))


### Library - Chores

* github workflow update ([#183](https://github.com/twilio/twilio-cli-core/issues/183)) ([a96ebc3](https://github.com/twilio/twilio-cli-core/commit/a96ebc35249ce6dc8de424a5d98667a347a450f4))
* Remove audit run with posttest script ([#186](https://github.com/twilio/twilio-cli-core/issues/186)) ([ea5c744](https://github.com/twilio/twilio-cli-core/commit/ea5c744b6dc00b9aeceb85b45ddee7856bd057fd))
* revert updated oclif major dependencies ([#185](https://github.com/twilio/twilio-cli-core/issues/185)) ([aa74e0e](https://github.com/twilio/twilio-cli-core/commit/aa74e0e8899fd244995ede6624baf65ccd973ebd))
* update version of vulnerable dependencies ([#184](https://github.com/twilio/twilio-cli-core/issues/184)) ([b8de6f6](https://github.com/twilio/twilio-cli-core/commit/b8de6f611e53b232edbad1865e26e726f442478d))


### Library - Fixes

* Update semantic-release via npm bin ([#187](https://github.com/twilio/twilio-cli-core/issues/187)) ([b35a2ac](https://github.com/twilio/twilio-cli-core/commit/b35a2acbd6032f7cd71ecf01d7f18da190138d97))

---------------------------
**Api**
- Add optional boolean send_as_mms parameter to the create action of Message resource **(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-core",
"version": "5.32.2",
"version": "5.33.0",
"description": "Core functionality for the twilio-cli",
"keywords": [
"twilio"
Expand Down

0 comments on commit a49d861

Please sign in to comment.