From e05ec1d2add94253908845427bf3e1c5e48d0564 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 00:18:35 -0400 Subject: [PATCH] Release 1.5.2: add no-native-dialogs regression test Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 5 +++++ nodejs/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7b352..bff2c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. ## [Unreleased] +## [1.5.2] - 2026-07-28 + +### Added +- **Regression test**: a static check across all views/client-side scripts fails CI if any native `alert()`/`confirm()`/`prompt()` call appears — these block all further browser events on the page and were fully removed in 1.5.1. + ## [1.5.1] - 2026-07-27 ### Fixed diff --git a/nodejs/package.json b/nodejs/package.json index 7f16d1e..ee711b5 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "proxy-api", - "version": "1.5.1", + "version": "1.5.2", "author": [ { "name": "William Mantly",