Remove version pin note from nocodb.json (handled in github-versions.json)

This commit is contained in:
MickLesk
2026-02-07 17:51:00 +01:00
parent 19494a2dcc
commit 18ec4692d1

View File

@@ -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": []
}