Skip to content

Commit 9236f6e

Browse files
authored
chore: corrected changes.md identation (#585)
1 parent bd1a9d5 commit 9236f6e

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed

.github/scripts/update-change-log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const cliChangelogFilename = 'CHANGES.md';
66
const updateChangeLog = async () => {
77
try {
88
console.log('Updating the CHANGES.md');
9-
const changes = process.argv[2];
9+
const changes = process.argv[2] + '\n\n';
1010
if (changes) {
1111
const data = fs.readFileSync(cliChangelogFilename);
1212
if (data.toString().includes(changes)) {

CHANGES.md

Lines changed: 45 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
- Remove from Public Docs **(breaking change)**
6060
- Add parameter to service create and update endpoints.
6161
- Add optional parameter on Verification creation.
62-
- Update Verify TOTP maturity to GA.### [5.17.1](https://github.com/twilio/twilio-cli/compare/5.17.0...5.17.1) (2024-01-30)
62+
- Update Verify TOTP maturity to GA.
63+
64+
## [5.17.1](https://github.com/twilio/twilio-cli/compare/5.17.0...5.17.1) (2024-01-30)
6365

6466

6567
### Library - Fixes
@@ -103,11 +105,15 @@
103105
- Add additional optional fields in compliance_tollfree_inquiry.json
104106

105107
**Verify**
106-
- Remove from Public Docs **(breaking change)**### [5.16.3](https://github.com/twilio/twilio-cli/compare/5.16.2...5.16.3) (2023-12-01)
108+
- Remove from Public Docs **(breaking change)**
109+
110+
## [5.16.3](https://github.com/twilio/twilio-cli/compare/5.16.2...5.16.3) (2023-12-01)
107111

108112
---------------------------
109113
**Verify**
110-
- Add parameter to service create and update endpoints.### [5.16.2](https://github.com/twilio/twilio-cli/compare/5.16.1...5.16.2) (2023-11-17)
114+
- Add parameter to service create and update endpoints.
115+
116+
## [5.16.2](https://github.com/twilio/twilio-cli/compare/5.16.1...5.16.2) (2023-11-17)
111117

112118
---------------------------
113119
**Library - Chore**
@@ -128,7 +134,9 @@
128134
- Add new optional field notification_email to compliance_tollfree_inquiry.json
129135

130136
**Verify**
131-
- Add optional parameter on Verification creation.### [5.16.1](https://github.com/twilio/twilio-cli/compare/5.16.0...5.16.1) (2023-11-06)
137+
- Add optional parameter on Verification creation.
138+
139+
## [5.16.1](https://github.com/twilio/twilio-cli/compare/5.16.0...5.16.1) (2023-11-06)
132140

133141
---------------------------
134142
**Flex**
@@ -144,7 +152,9 @@
144152
- Add node18 as a valid Build runtime
145153

146154
**Verify**
147-
- Update Verify TOTP maturity to GA.## [5.16.0](https://github.com/twilio/twilio-cli/compare/5.15.0...5.16.0) (2023-10-19)
155+
- Update Verify TOTP maturity to GA.
156+
157+
## [5.16.0](https://github.com/twilio/twilio-cli/compare/5.15.0...5.16.0) (2023-10-19)
148158

149159
---------------------------
150160
**Accounts**
@@ -175,7 +185,9 @@
175185

176186
---------------------------
177187
**Lookups**
178-
- Add test api support for Lookup v2## [5.15.0](https://github.com/twilio/twilio-cli/compare/5.14.0...5.15.0) (2023-09-21)
188+
- Add test api support for Lookup v2
189+
190+
## [5.15.0](https://github.com/twilio/twilio-cli/compare/5.14.0...5.15.0) (2023-09-21)
179191

180192
---------------------------
181193
**Conversations**
@@ -188,7 +200,9 @@
188200

189201
**Taskrouter**
190202
- Add Update Queues, Workers, Workflow Real Time Statistics API to flex-rt-data-api-v2 endpoint
191-
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint## [5.14.0](https://github.com/twilio/twilio-cli/compare/5.13.0...5.14.0) (2023-09-08)
203+
- Add Update Workspace Real Time Statistics API to flex-rt-data-api-v2 endpoint
204+
205+
## [5.14.0](https://github.com/twilio/twilio-cli/compare/5.13.0...5.14.0) (2023-09-08)
192206

193207
---------------------------
194208
**Api**
@@ -205,9 +219,13 @@
205219
- Renaming sid for bulk_hosting_sid and remove account_sid response field in numbers/v2/BulkHostedNumberOrders **(breaking change)**
206220

207221
**Pricing**
208-
- gate resources behind a beta_feature## [5.13.0](https://github.com/twilio/twilio-cli/compare/5.12.0...5.13.0) (2023-08-24)
222+
- gate resources behind a beta_feature
209223

210-
---------------------------\n**Api**\n- Add new property for SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value of to skip any kind of risk check on the respective message request\n\n**Flex**\n- Changing path param to in interaction channel participant update endpoint **(breaking change)**\n\n**Messaging**\n- Add Channel Sender api\n- Fixing country code docs and removing Zipwhip references\n\n**Numbers**\n- Request status changed in numbers/v2/BulkHostedNumberOrders **(breaking change)**\n- Add bulk hosting orders API under version /v2## [5.12.0](https://github.com/twilio/twilio-cli/compare/5.11.0...5.12.0) (2023-08-14)
224+
## [5.13.0](https://github.com/twilio/twilio-cli/compare/5.12.0...5.13.0) (2023-08-24)
225+
226+
---------------------------\n**Api**\n- Add new property for SMS pumping protection feature only (public beta to be available soon): Include this parameter with a value of to skip any kind of risk check on the respective message request\n\n**Flex**\n- Changing path param to in interaction channel participant update endpoint **(breaking change)**\n\n**Messaging**\n- Add Channel Sender api\n- Fixing country code docs and removing Zipwhip references\n\n**Numbers**\n- Request status changed in numbers/v2/BulkHostedNumberOrders **(breaking change)**\n- Add bulk hosting orders API under version /v2
227+
228+
## [5.12.0](https://github.com/twilio/twilio-cli/compare/5.11.0...5.12.0) (2023-08-14)
211229

212230

213231
### Library - Chores
@@ -243,7 +261,9 @@
243261
**Twiml**
244262
- Added support for he-il inside of ssm_lang.json that was missing
245263
- Added support for he-il language in say.json that was missing
246-
- Add and attributes to .## [5.11.0](https://github.com/twilio/twilio-cli/compare/5.10.0...5.11.0) (2023-07-13)
264+
- Add and attributes to
265+
266+
## [5.11.0](https://github.com/twilio/twilio-cli/compare/5.10.0...5.11.0) (2023-07-13)
247267

248268
---------------------------
249269
**Flex**
@@ -263,7 +283,9 @@
263283
- Add optional parameter on Verification creation.
264284

265285
**Twiml**
266-
- Add Google Voices and languages## [5.10.0](https://github.com/twilio/twilio-cli/compare/5.9.0...5.10.0) (2023-06-28)
286+
- Add Google Voices and languages
287+
288+
## [5.10.0](https://github.com/twilio/twilio-cli/compare/5.9.0...5.10.0) (2023-06-28)
267289

268290
---------------------------
269291
**Lookups**
@@ -273,7 +295,9 @@
273295
- Add hosted_number_order under version .
274296
- Update properties in Porting and Bulk Porting APIs. **(breaking change)**
275297
- Added bulk Portability API under version .
276-
- Added Portability API under version .## [5.9.0](https://github.com/twilio/twilio-cli/compare/5.8.2...5.9.0) (2023-06-15)
298+
- Added Portability API under version
299+
300+
## [5.9.0](https://github.com/twilio/twilio-cli/compare/5.8.2...5.9.0) (2023-06-15)
277301

278302

279303
### Library - Fixes
@@ -286,7 +310,9 @@
286310
- Removed as optional field **(breaking change)**
287311

288312
**Insights**
289-
- Added to list summary output### [5.8.2](https://github.com/twilio/twilio-cli/compare/5.8.1...5.8.2) (2023-06-01)
313+
- Added to list summary output
314+
315+
## [5.8.2](https://github.com/twilio/twilio-cli/compare/5.8.1...5.8.2) (2023-06-01)
290316

291317

292318
### Library - Fixes
@@ -302,7 +328,9 @@
302328
- First public beta release for Voice Intelligence APIs with client libraries
303329

304330
**Messaging**
305-
- Add new attribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.### [5.8.1](https://github.com/twilio/twilio-cli/compare/5.8.0...5.8.1) (2023-05-18)
331+
- Add new attribute to us_app_to_person resource. This attribute will provide additional information about campaign registration errors.
332+
333+
## [5.8.1](https://github.com/twilio/twilio-cli/compare/5.8.0...5.8.1) (2023-05-18)
306334

307335
---------------------------
308336
**Conversations**
@@ -317,7 +345,9 @@
317345
- Add to link shortening domain_config properties
318346

319347
**Numbers**
320-
- Add bulk_eligibility api under version .## [5.8.0](https://github.com/twilio/twilio-cli/compare/5.7.0...5.8.0) (2023-05-04)
348+
- Add bulk_eligibility api under version
349+
350+
## [5.8.0](https://github.com/twilio/twilio-cli/compare/5.7.0...5.8.0) (2023-05-04)
321351

322352

323353
### Library - Fixes

0 commit comments

Comments
 (0)