Skip to content

Commit f9de4f6

Browse files
committed
0.6.1
1 parent 461b7a5 commit f9de4f6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"enableProposedApi": true,
1414
"preview": true,
15-
"version": "0.6.0",
15+
"version": "0.6.1",
1616
"publisher": "GitHub",
1717
"engines": {
1818
"vscode": "^1.34.0"
@@ -292,34 +292,34 @@
292292
"category": "GitHub Pull Requests"
293293
},
294294
{
295-
"command": "pr.replyComment",
296-
"title": "Reply Comment",
297-
"category": "GitHub Pull Requests"
295+
"command": "pr.replyComment",
296+
"title": "Reply Comment",
297+
"category": "GitHub Pull Requests"
298298
},
299299
{
300-
"command": "pr.startReview",
301-
"title": "Start Review",
302-
"category": "GitHub Pull Requests"
300+
"command": "pr.startReview",
301+
"title": "Start Review",
302+
"category": "GitHub Pull Requests"
303303
},
304304
{
305-
"command": "pr.deleteReview",
306-
"title": "Delete Review",
307-
"category": "GitHub Pull Requests"
305+
"command": "pr.deleteReview",
306+
"title": "Delete Review",
307+
"category": "GitHub Pull Requests"
308308
},
309309
{
310-
"command": "pr.editComment",
311-
"title": "Edit Comment",
312-
"category": "GitHub Pull Requests"
310+
"command": "pr.editComment",
311+
"title": "Edit Comment",
312+
"category": "GitHub Pull Requests"
313313
},
314314
{
315-
"command": "pr.deleteComment",
316-
"title": "Delete Comment",
317-
"category": "GitHub Pull Requests"
315+
"command": "pr.deleteComment",
316+
"title": "Delete Comment",
317+
"category": "GitHub Pull Requests"
318318
},
319319
{
320-
"command": "pr.finishReview",
321-
"title": "Finish Review",
322-
"category": "GitHub Pull Requests"
320+
"command": "pr.finishReview",
321+
"title": "Finish Review",
322+
"category": "GitHub Pull Requests"
323323
},
324324
{
325325
"command": "pr.signinAndRefreshList",

0 commit comments

Comments
 (0)