Merge pull request #186 from theta42/release/1.5.2

Release 1.5.2
This commit is contained in:
2026-07-28 00:20:35 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "proxy-api",
"version": "1.5.1",
"version": "1.5.2",
"author": [
{
"name": "William Mantly",