Skip to content

Commit 8609aa8

Browse files
chore(release): set package.json to 6.1.0 [skip ci]
## [6.1.0](6.0.3...6.1.0) (2025-07-24) ### Library - Chores * schedule daily run for acceptance tests ([#656](#656)) ([2cc8fef](2cc8fef)) * update cli-core version ([829900c](829900c))
1 parent 829900c commit 8609aa8

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.1.0](https://github.com/twilio/twilio-cli/compare/6.0.3...6.1.0) (2025-07-24)
2+
3+
4+
### Library - Chores
5+
6+
* schedule daily run for acceptance tests ([#656](https://github.com/twilio/twilio-cli/issues/656)) ([2cc8fef](https://github.com/twilio/twilio-cli/commit/2cc8fefdff5debc3240e712b5e912958a1b3e335))
7+
* update cli-core version ([829900c](https://github.com/twilio/twilio-cli/commit/829900c713a89118682dde01587f88796cef0b74))
8+
19
--------------------------
210
**Events**
311
- Remove `SinkSid` parameter when updating subscriptions. **(breaking change)**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-cli",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for don.",
55
"keywords": [
66
"oclif"
@@ -150,4 +150,4 @@
150150
},
151151
"helpClass": "./src/services/twilio-help/custom-help"
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)