Skip to content

Commit d4f02e6

Browse files
fix: Adds missing comma (#3441)
Co-authored-by: Kenneth S. <[email protected]>
1 parent 7025364 commit d4f02e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/chat-cli/src/cli/feed.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"description": "Right arrow key being disabled - [#3439](https://github.com/aws/amazon-q-developer-cli/pull/3439)"
2222
}
2323
]
24-
}{
24+
},
25+
{
2526
"type": "release",
2627
"date": "2025-11-12",
2728
"version": "1.19.5",

0 commit comments

Comments
 (0)