Skip to content

Commit

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

### Library - Features

* Add flag no header for fetch and list commands. ([twilio#344](twilio#344)) ([d26f504](twilio@d26f504))
* added notarization changes ([twilio#349](twilio#349)) ([2a8102e](twilio@2a8102e))

### Library - Fixes

* Add delay before checking latest workflow id ([twilio#348](twilio#348)) ([a072f8c](twilio@a072f8c))
* Pin plugin-help to 3.2.17 ([twilio#353](twilio#353)) ([d5c0a65](twilio@d5c0a65))
* Poll workflow status for Scoop/HomeBrew ([twilio#355](twilio#355)) ([eeff221](twilio@eeff221))
* releaserc json ([892c7f1](twilio@892c7f1))
* updating windows release workflow ([twilio#347](twilio#347)) ([608bff4](twilio@608bff4))

### Library - Chores

* change semantic-release command in github action steps ([twilio#351](twilio#351)) ([f8e1723](twilio@f8e1723))
* Debian release fix ([twilio#354](twilio#354)) ([fc4170e](twilio@fc4170e))
* update vulnerable dependencies ([twilio#352](twilio#352)) ([a810c1a](twilio@a810c1a))
  • Loading branch information
semantic-release-bot committed Dec 16, 2021
1 parent fc4170e commit f808336
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [2.36.0](https://github.com/twilio/twilio-cli/compare/2.35.0...2.36.0) (2021-12-16)


### Library - Features

* Add flag no header for fetch and list commands. ([#344](https://github.com/twilio/twilio-cli/issues/344)) ([d26f504](https://github.com/twilio/twilio-cli/commit/d26f504594e4d34eb1244f36e10ef1088f1beaad))
* added notarization changes ([#349](https://github.com/twilio/twilio-cli/issues/349)) ([2a8102e](https://github.com/twilio/twilio-cli/commit/2a8102e623c3f6730ae8e221e5cdf39fcdb6b58c))


### Library - Fixes

* Add delay before checking latest workflow id ([#348](https://github.com/twilio/twilio-cli/issues/348)) ([a072f8c](https://github.com/twilio/twilio-cli/commit/a072f8c114a2e43af556d0a1d296cb4a83fe4a4c))
* Pin plugin-help to 3.2.17 ([#353](https://github.com/twilio/twilio-cli/issues/353)) ([d5c0a65](https://github.com/twilio/twilio-cli/commit/d5c0a65b83e02a2727ff35dbcf909e0c0c715e85))
* Poll workflow status for Scoop/HomeBrew ([#355](https://github.com/twilio/twilio-cli/issues/355)) ([eeff221](https://github.com/twilio/twilio-cli/commit/eeff221bc02739aebe6f73f74af62a5889164e42))
* releaserc json ([892c7f1](https://github.com/twilio/twilio-cli/commit/892c7f15b8dcf0f191052926638558978741bb5c))
* updating windows release workflow ([#347](https://github.com/twilio/twilio-cli/issues/347)) ([608bff4](https://github.com/twilio/twilio-cli/commit/608bff4092210cef42bfe9c765bbce0fc46c06ca))


### Library - Chores

* change semantic-release command in github action steps ([#351](https://github.com/twilio/twilio-cli/issues/351)) ([f8e1723](https://github.com/twilio/twilio-cli/commit/f8e17231c9a0f59070000806b3576b719d985c5a))
* Debian release fix ([#354](https://github.com/twilio/twilio-cli/issues/354)) ([fc4170e](https://github.com/twilio/twilio-cli/commit/fc4170e1310a558210ccb037498f2ef5469a8140))
* update vulnerable dependencies ([#352](https://github.com/twilio/twilio-cli/issues/352)) ([a810c1a](https://github.com/twilio/twilio-cli/commit/a810c1aad1a71d1e597850a136d3a088329d1cb9))

## [2.35.0](https://github.com/twilio/twilio-cli/compare/2.34.0...2.35.0) (2021-12-02)


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.35.0",
"version": "2.36.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 f808336

Please sign in to comment.