From aed84f666e5dc56e0134b48c6b21d55b73a9b1ff Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Oct 2025 02:12:23 +0300 Subject: [PATCH] fix: remove outdated documentation references from ReleaseNotes.json --- ReleaseNotes.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReleaseNotes.json b/ReleaseNotes.json index 394e094..48e802c 100644 --- a/ReleaseNotes.json +++ b/ReleaseNotes.json @@ -127,8 +127,6 @@ "items": [ "**README.md** - Quick start guide and overview", "**CONFIGURATION.md** - Detailed configuration reference for all environment variables", - "**BREAKING-CHANGES-FIXED.md** - Documentation of major version upgrades and fixes", - "**PACKAGE-UPDATES.md** - Record of all dependency updates to latest versions", "Inline code documentation and TypeScript interfaces" ] },