Skip to content

Commit 9eec69e

Browse files
committed
feat: add smart-changelog
1 parent 00997f0 commit 9eec69e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/pages/projects.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ async function fetchMetaTags(url: string) {
2323
}
2424
2525
const projectsData = [
26+
{
27+
title: "smart-changelog",
28+
description: "AI powered changelog generator",
29+
tech: ["Node.js", "Github workflow"],
30+
github: "https://github.com/johanwulf/smart-changelog",
31+
live: "https://www.smartchangelog.com/",
32+
richMediaUrl: "https://www.smartchangelog.com/"
33+
},
2634
{
2735
title: "shadecn",
2836
description: "SVG color customizer that transforms unDraw illustrations to match your shadcn themes",

0 commit comments

Comments
 (0)