diff --git a/CHANGELOG.md b/CHANGELOG.md index cf74e92..ec123fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to Tandem Browser will be documented in this file. +## [v0.62.14] - 2026-03-17 + +- fix: use assertPathWithinRoot return value so CodeQL traces the safe path + ## [v0.62.13] - 2026-03-17 - fix: restrict sync root paths to user home directory (security) diff --git a/package-lock.json b/package-lock.json index c37144e..652b66d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tandem-browser", - "version": "0.62.13", + "version": "0.62.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tandem-browser", - "version": "0.62.13", + "version": "0.62.14", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index da84966..028142e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tandem-browser", - "version": "0.62.13", + "version": "0.62.14", "description": "First-party OpenClaw companion browser for human-AI collaboration with built-in security controls", "main": "dist/main.js", "author": "Tandem Browser contributors", diff --git a/shell/about.html b/shell/about.html index 698b40c..0b35d2b 100644 --- a/shell/about.html +++ b/shell/about.html @@ -114,7 +114,7 @@