Skip to content

Commit

Permalink
chore(release): set package.json to 2.33.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.33.0](2.32.1...2.33.0) (2021-11-04)

### Library - Features

* Added the tests and sonarcloud jobs ([#312](#312)) ([bfc7d57](bfc7d57))

### Library - Fixes

* Fixing the release issue ([#313](#313)) ([b893be6](b893be6))
* Pin peer dependency semantic-release ([#318](#318)) ([00ac1d8](00ac1d8))

### Library - Chores

* Add xz compression for tarballs ([#321](#321)) ([9bd5494](9bd5494))
  • Loading branch information
semantic-release-bot committed Nov 4, 2021
1 parent 1b9fa75 commit 678c7ce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.33.0](https://github.com/twilio/twilio-cli/compare/2.32.1...2.33.0) (2021-11-04)


### Library - Features

* Added the tests and sonarcloud jobs ([#312](https://github.com/twilio/twilio-cli/issues/312)) ([bfc7d57](https://github.com/twilio/twilio-cli/commit/bfc7d573919c6beb23acd9844a923cbf3fb885d4))


### Library - Fixes

* Fixing the release issue ([#313](https://github.com/twilio/twilio-cli/issues/313)) ([b893be6](https://github.com/twilio/twilio-cli/commit/b893be61f0ca1543b8f8c5d0728ea1b7fcdfdbed))
* Pin peer dependency semantic-release ([#318](https://github.com/twilio/twilio-cli/issues/318)) ([00ac1d8](https://github.com/twilio/twilio-cli/commit/00ac1d8809b8c410445be67a7dc6f5154c2452de))


### Library - Chores

* Add xz compression for tarballs ([#321](https://github.com/twilio/twilio-cli/issues/321)) ([9bd5494](https://github.com/twilio/twilio-cli/commit/9bd5494264600ace8bd27752a1da59fecf53eda9))

---------------------------
**Library - Chore**
- [PR #46](https://github.com/twilio/twilio-oai/pull/46): migrate from travis over to gh actions. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
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": "2.32.1",
"version": "2.33.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 678c7ce

Please sign in to comment.