feat: add new entry for JSON Path Highlighting in changelog

This commit is contained in:
2026-02-24 15:02:02 +08:00
parent 52780f08fd
commit d9860618f9
+11
View File
@@ -16,6 +16,17 @@ interface ChangelogVersion {
}
const CHANGELOG_DATA: ChangelogVersion[] = [
{
version: "1.1.1",
date: "2026-02-24",
entries: [
{
type: "feat",
title: "JSON Path Highlighting",
description: "Add highlighting for JSON Path expression."
}
]
},
{
version: "1.1.0",
date: "2026-02-24",