feat: bug fixes (#2084)

* handle enter in inline code

* fix: duplicate comment cache

* track link nodes (backlinks)

* fix en-US translation

* fix internal a-links

* overrides

* 0.71.1
This commit is contained in:
Philip Okugbe
2026-04-05 13:45:36 +01:00
committed by GitHub
parent 642024ba9d
commit 895c1817ae
12 changed files with 593 additions and 488 deletions
+6 -3
View File
@@ -1,7 +1,7 @@
{
"name": "docmost",
"homepage": "https://docmost.com",
"version": "0.71.0",
"version": "0.71.1",
"private": true,
"scripts": {
"build": "nx run-many -t build",
@@ -109,7 +109,8 @@
"nanoid@^3": "3.3.8",
"socket.io-parser": "4.2.6",
"serialize-javascript": "7.0.3",
"lodash-es": "4.17.23",
"lodash-es": "4.18.1",
"lodash": "4.18.1",
"@hono/node-server": "1.19.10",
"undici": "7.24.0",
"ajv@^6": "6.14.0",
@@ -126,7 +127,9 @@
"yaml@>=1.0.0 <1.10.3": "1.10.3",
"yaml@>=2.0.0 <2.8.3": "2.8.3",
"path-to-regexp@^8": "8.4.0",
"brace-expansion@^5": "5.0.5"
"brace-expansion@^5": "5.0.5",
"@xmldom/xmldom": "0.8.12",
"handlebars": "4.7.9"
},
"neverBuiltDependencies": []
}