Skip to content

Commit

Permalink
chore(release): set package.json to 2.35.0-draft.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.35.0-draft.1](2.34.0...2.35.0-draft.1) (2021-11-29)

### Library - Features

* adding windows package signing configurations ([#341](#341)) ([7b9abb1](7b9abb1))
* Enable a draft release for npm and homebrew for sanity testing ([#338](#338)) ([9899fdf](9899fdf))
* platform executables sanity testing ([#342](#342)) ([369c152](369c152))

### Library - Fixes

* apt postinst script  ([#343](#343)) ([f405c9f](f405c9f))
* update vulnerable dependencies packages ([#340](#340)) ([f9eec20](f9eec20))
* Updated draft ([9e81234](9e81234))
  • Loading branch information
semantic-release-bot committed Nov 29, 2021
1 parent 9e81234 commit b5dd5c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [2.35.0-draft.1](https://github.com/twilio/twilio-cli/compare/2.34.0...2.35.0-draft.1) (2021-11-29)


### Library - Features

* adding windows package signing configurations ([#341](https://github.com/twilio/twilio-cli/issues/341)) ([7b9abb1](https://github.com/twilio/twilio-cli/commit/7b9abb18843e307f59f5dbc5410bdbf522828c1e))
* Enable a draft release for npm and homebrew for sanity testing ([#338](https://github.com/twilio/twilio-cli/issues/338)) ([9899fdf](https://github.com/twilio/twilio-cli/commit/9899fdf066873d211dc436e39aedeec95d387304))
* platform executables sanity testing ([#342](https://github.com/twilio/twilio-cli/issues/342)) ([369c152](https://github.com/twilio/twilio-cli/commit/369c152b16c79883b03e9a9ff43f937a25aeb30d))


### Library - Fixes

* apt postinst script ([#343](https://github.com/twilio/twilio-cli/issues/343)) ([f405c9f](https://github.com/twilio/twilio-cli/commit/f405c9f84b99f0489b789f549a5106156b102eee))
* update vulnerable dependencies packages ([#340](https://github.com/twilio/twilio-cli/issues/340)) ([f9eec20](https://github.com/twilio/twilio-cli/commit/f9eec200457c70754f1e2b9068a0ae678a70f985))
* Updated draft ([9e81234](https://github.com/twilio/twilio-cli/commit/9e812346a8e538e274397885508097bc6e3f9e01))

## [2.34.0](https://github.com/twilio/twilio-cli/compare/2.33.0...2.34.0) (2021-11-18)


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.34.0",
"version": "2.35.0-draft.1",
"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 b5dd5c6

Please sign in to comment.