From 18ec4692d16465ec787d9162214b3d4bd531bc77 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sat, 7 Feb 2026 17:51:00 +0100 Subject: [PATCH] Remove version pin note from nocodb.json (handled in github-versions.json) --- frontend/public/json/nocodb.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/public/json/nocodb.json b/frontend/public/json/nocodb.json index 7fc4eba93..3a737c407 100644 --- a/frontend/public/json/nocodb.json +++ b/frontend/public/json/nocodb.json @@ -31,10 +31,5 @@ "username": null, "password": null }, - "notes": [ - { - "text": "Version pinned to 0.301.1 due to bug in 0.301.2 (ipaddr.js module error). See: https://github.com/nocodb/nocodb/issues/12939", - "type": "warning" - } - ] + "notes": [] }