Skip to content

Commit a49d861

Browse files
chore(release): set package.json to 5.33.0 [skip ci]
## [5.33.0](5.32.2...5.33.0) (2021-12-16) ### Library - Features * Add flag no header for list and fetch commands ([#182](#182)) ([22f6ea9](22f6ea9)) ### Library - Chores * github workflow update ([#183](#183)) ([a96ebc3](a96ebc3)) * Remove audit run with posttest script ([#186](#186)) ([ea5c744](ea5c744)) * revert updated oclif major dependencies ([#185](#185)) ([aa74e0e](aa74e0e)) * update version of vulnerable dependencies ([#184](#184)) ([b8de6f6](b8de6f6)) ### Library - Fixes * Update semantic-release via npm bin ([#187](#187)) ([b35a2ac](b35a2ac))
1 parent b35a2ac commit a49d861

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [5.33.0](https://github.com/twilio/twilio-cli-core/compare/5.32.2...5.33.0) (2021-12-16)
2+
3+
4+
### Library - Features
5+
6+
* 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))
7+
8+
9+
### Library - Chores
10+
11+
* github workflow update ([#183](https://github.com/twilio/twilio-cli-core/issues/183)) ([a96ebc3](https://github.com/twilio/twilio-cli-core/commit/a96ebc35249ce6dc8de424a5d98667a347a450f4))
12+
* 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))
13+
* 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))
14+
* 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))
15+
16+
17+
### Library - Fixes
18+
19+
* 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))
20+
121
---------------------------
222
**Api**
323
- Add optional boolean send_as_mms parameter to the create action of Message resource **(breaking change)**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/cli-core",
3-
"version": "5.32.2",
3+
"version": "5.33.0",
44
"description": "Core functionality for the twilio-cli",
55
"keywords": [
66
"twilio"

0 commit comments

Comments
 (0)