feat: add new entry for JSON Path Highlighting in changelog
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user