Skip to content

Commit

Permalink
chore(release): set package.json to 5.28.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.28.0-rc.1](5.27.1...5.28.0-rc.1) (2021-09-06)

### Bug Fixes

* Added condition to deploy specific regex match tags ([twilio#138](https://github.com/LakshmiRavali/twilio-cli-core/issues/138)) ([2b73c97](2b73c97))
* Updated api definitions ([07dd866](07dd866))

### Features

* Enable GitHub actions. ([01a4fc5](01a4fc5))
  • Loading branch information
semantic-release-bot committed Sep 6, 2021
1 parent c64d13d commit 31b920b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.28.0-rc.1](https://github.com/LakshmiRavali/twilio-cli-core/compare/5.27.1...5.28.0-rc.1) (2021-09-06)


### Bug Fixes

* Added condition to deploy specific regex match tags ([#138](https://github.com/LakshmiRavali/twilio-cli-core/issues/138)) ([2b73c97](https://github.com/LakshmiRavali/twilio-cli-core/commit/2b73c97b71c782b4cc05c22668e8c6d838bff9e7))
* Updated api definitions ([07dd866](https://github.com/LakshmiRavali/twilio-cli-core/commit/07dd866518ce7503c3357f27e772534ace995c7d))


### Features

* Enable GitHub actions. ([01a4fc5](https://github.com/LakshmiRavali/twilio-cli-core/commit/01a4fc5be7fe0074b35e6b40997b54ed3301623d))

---------------------------
**Api**
- Add Programmabled Voice SIP Refer call transfers (`calls-transfers`) to usage records
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/cli-core",
"version": "5.28.0",
"version": "5.28.0-rc.1",
"description": "Core functionality for the twilio-cli",
"keywords": [
"twilio"
Expand Down Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@oclif/test": "^1.2.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/git": "^9.0.1",
"@twilio/cli-test": "^2.1.0",
"chai": "^4.2.0",
"eslint": "^7.5.0",
Expand Down

0 comments on commit 31b920b

Please sign in to comment.