Skip to content

Commit

Permalink
chore(release): set package.json to 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](5.30.0...6.0.0) (2022-01-07)

### ⚠ BREAKING CHANGES

* Added changes to store profiles in config instead of keytar

### Library - Fixes

* test ([1a07e67](1a07e67))

### Library - Features

* Added changes ([#1](#1)) ([651f94e](651f94e))
  • Loading branch information
semantic-release-bot committed Jan 7, 2022
1 parent d916d3c commit 8eee6e4
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 @@
## [6.0.0](https://github.com/ravali-rimmalapudi/twilio-cli-core/compare/5.30.0...6.0.0) (2022-01-07)


### ⚠ BREAKING CHANGES

* Added changes to store profiles in config instead of keytar

### Library - Fixes

* test ([1a07e67](https://github.com/ravali-rimmalapudi/twilio-cli-core/commit/1a07e67450f263b6d6c709cededd2b8f4747ead2))


### Library - Features

* Added changes ([#1](https://github.com/ravali-rimmalapudi/twilio-cli-core/issues/1)) ([651f94e](https://github.com/ravali-rimmalapudi/twilio-cli-core/commit/651f94ea9f487faa480c1ebb9ac3fd68e961d2df))

---------------------------
**Library - Fix**
- [PR #44](https://github.com/twilio/twilio-oai/pull/44): fix naming of params. 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-core",
"version": "5.30.0",
"version": "6.0.0",
"description": "Core functionality for the twilio-cli.",
"keywords": [
"twilio"
Expand Down

0 comments on commit 8eee6e4

Please sign in to comment.