Skip to content

Commit

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

### Library - Fixes

* added support for default output prop in operation ([twilio#192](twilio#192)) ([8ae4ba5](twilio@8ae4ba5))
* Cleaning travis code ([twilio#193](twilio#193)) ([ecb2ae5](twilio@ecb2ae5))

### Library - Chores

* Add Npm Audit workflow ([twilio#196](twilio#196)) ([5dd1887](twilio@5dd1887))
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent b4673ee commit c50937e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [6.1.0](https://github.com/twilio/twilio-cli-core/compare/6.0.1...6.1.0) (2022-02-10)


### Library - Fixes

* added support for default output prop in operation ([#192](https://github.com/twilio/twilio-cli-core/issues/192)) ([8ae4ba5](https://github.com/twilio/twilio-cli-core/commit/8ae4ba5a418521d5877c7fc753ed08cee2a43f22))
* Cleaning travis code ([#193](https://github.com/twilio/twilio-cli-core/issues/193)) ([ecb2ae5](https://github.com/twilio/twilio-cli-core/commit/ecb2ae5e61774c4aca577517f5acf1932f192be8))


### Library - Chores

* Add Npm Audit workflow ([#196](https://github.com/twilio/twilio-cli-core/issues/196)) ([5dd1887](https://github.com/twilio/twilio-cli-core/commit/5dd1887f03468c902691eac17546a02c59fefbcb))

---------------------------
**Api**
- Add `stream` resource
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-core",
"version": "6.0.1",
"version": "6.1.0",
"description": "Core functionality for the twilio-cli",
"keywords": [
"twilio"
Expand Down

0 comments on commit c50937e

Please sign in to comment.