Skip to content

Commit 2b8fce2

Browse files
Add news data
1 parent a6b3f2d commit 2b8fce2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/web/src/lib/newsData.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import { NewsItem } from "./types";
22

33
export const newsData: NewsItem[] = [
4+
{
5+
unique_id: "file-explorer",
6+
header: "File explorer",
7+
sub_header: "We've added support for a file explorer when browsing files.",
8+
url: "https://github.com/sourcebot-dev/sourcebot/releases/tag/v4.2.0"
9+
},
410
{
511
unique_id: "structured-logging",
612
header: "Structured logging",

0 commit comments

Comments
 (0)