Skip to content

Commit

Permalink
chore(release): set package.json to 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.0](twilio/twilio-cli@3.0.1...3.1.0) (2022-02-10)

### Library - Fixes

* Added release candidate changes ([twilio#379](twilio#379)) ([85b86c4](twilio@85b86c4))
* changes for default output property ([twilio#377](twilio#377)) ([980b059](twilio@980b059))
* Cleaning travis code ([twilio#380](twilio#380)) ([9e89e1a](twilio@9e89e1a))
* Correct terminology in testing workflow ([twilio#370](twilio#370)) ([84d5796](twilio@84d5796))
* Fix profiles remove with environment variables set ([twilio#376](twilio#376)) ([fb4c11a](twilio@fb4c11a))

### Library - Chores

* Add back sonar scan ([twilio#384](twilio#384)) ([dac332c](twilio@dac332c))
* Add link to docs with update notification ([twilio#368](twilio#368)) ([b18e07b](twilio@b18e07b))
* fix failing test ([twilio#382](twilio#382)) ([3b3f384](twilio@3b3f384))
* segregate single platform acceptance workflow ([twilio#381](twilio#381)) ([966f6b4](twilio@966f6b4))
* Separate npm audit and test workflows ([twilio#378](twilio#378)) ([13d0ead](twilio@13d0ead))

### Library - Test

* Dummy draft workflow ([twilio#387](twilio#387)) ([ae5ad5a](twilio@ae5ad5a))
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent 5d3062f commit ddb50eb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [3.1.0](https://github.com/twilio/twilio-cli/compare/3.0.1...3.1.0) (2022-02-10)


### Library - Fixes

* Added release candidate changes ([#379](https://github.com/twilio/twilio-cli/issues/379)) ([85b86c4](https://github.com/twilio/twilio-cli/commit/85b86c4191fea9fe6406290e2ec3c23f84553172))
* changes for default output property ([#377](https://github.com/twilio/twilio-cli/issues/377)) ([980b059](https://github.com/twilio/twilio-cli/commit/980b0599bcb2edc9fe4da4929784e85455c61efe))
* Cleaning travis code ([#380](https://github.com/twilio/twilio-cli/issues/380)) ([9e89e1a](https://github.com/twilio/twilio-cli/commit/9e89e1ad750bcf498d16256b7d056b7e33d09860))
* Correct terminology in testing workflow ([#370](https://github.com/twilio/twilio-cli/issues/370)) ([84d5796](https://github.com/twilio/twilio-cli/commit/84d5796015056358d3da09b88e708ffa6c9cf684))
* Fix profiles remove with environment variables set ([#376](https://github.com/twilio/twilio-cli/issues/376)) ([fb4c11a](https://github.com/twilio/twilio-cli/commit/fb4c11aeb70663956b086b5cab84b2603c5a2f1b))


### Library - Chores

* Add back sonar scan ([#384](https://github.com/twilio/twilio-cli/issues/384)) ([dac332c](https://github.com/twilio/twilio-cli/commit/dac332cb4c61f540760ccf4d41a06a94d314cb4c))
* Add link to docs with update notification ([#368](https://github.com/twilio/twilio-cli/issues/368)) ([b18e07b](https://github.com/twilio/twilio-cli/commit/b18e07b186c0e2ba99dea75262f63adedfd08640))
* fix failing test ([#382](https://github.com/twilio/twilio-cli/issues/382)) ([3b3f384](https://github.com/twilio/twilio-cli/commit/3b3f384b296d0b8d1fae77c065c6b4ba0da7c5cd))
* segregate single platform acceptance workflow ([#381](https://github.com/twilio/twilio-cli/issues/381)) ([966f6b4](https://github.com/twilio/twilio-cli/commit/966f6b44bf0106a5245b86766a89942e68d00e6a))
* Separate npm audit and test workflows ([#378](https://github.com/twilio/twilio-cli/issues/378)) ([13d0ead](https://github.com/twilio/twilio-cli/commit/13d0ead89c5e6a00cd9548bc9d4baf334e6bee0a))


### Library - Test

* Dummy draft workflow ([#387](https://github.com/twilio/twilio-cli/issues/387)) ([ae5ad5a](https://github.com/twilio/twilio-cli/commit/ae5ad5ad779cb7f20c317febd0c26beb7b637058))

---------------------------
**Api**
- Add Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
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": "3.0.1",
"version": "3.1.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 ddb50eb

Please sign in to comment.