Skip to content

Commit 68c4af0

Browse files
CreatmanCEOclaude
andcommitted
release(0.3.2-beta): supersede 0.3.1-beta which leaked private-beta domain
The README in 0.3.1-beta contained a 'lingua.creatman.site' link in the validation section. That domain is for an app still in private beta and must not appear in any public artefact. This release replaces it with a '(private beta)' descriptor inline; the github repo link (CreatmanCEO/lingua-companion) is kept since the repo itself is already public. Will deprecate 0.3.1-beta on npm via 'npm deprecate' after this release publishes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ba34930 commit 68c4af0

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414
- Regression watchlist mechanism (sticky fixed → escalate on regression)
1515
- Layout integrity assertions (max-width, icon grouping patterns)
1616

17+
## [0.3.2-beta] - 2026-05-03
18+
19+
Documentation-only redaction release.
20+
21+
### Changed
22+
- Removed direct reference to `lingua.creatman.site` in the validation section of README.md and README.ru.md. Lingua Companion is in private beta — its production domain should not appear in any public webtest-orch artefact until product launch. The github repo link (`github.com/CreatmanCEO/lingua-companion`) remains; the domain link is replaced with a `(private beta)` descriptor inline.
23+
- `0.3.1-beta` is now deprecated on npm. Users should upgrade to `0.3.2-beta` via `npx webtest-orch@beta install`.
24+
25+
### Note
26+
No functional changes. Same 113 tests. Same CI matrix.
27+
1728
## [0.3.1-beta] - 2026-04-30
1829

30+
⚠️ **Deprecated.** Contains a stray production-domain reference for an app that's still in private beta. Use `0.3.2-beta` or later.
31+
1932
Documentation-only re-positioning release. No functional changes; same 113 tests, same CI matrix.
2033

2134
### Changed
@@ -161,7 +174,8 @@ Initial public beta. Validated end-to-end on a real production app
161174
- macOS / Linux installers untested in CI; help wanted (see
162175
`os-compatibility-report` issue template).
163176

164-
[Unreleased]: https://github.com/CreatmanCEO/webtest-orch/compare/v0.3.1-beta...HEAD
177+
[Unreleased]: https://github.com/CreatmanCEO/webtest-orch/compare/v0.3.2-beta...HEAD
178+
[0.3.2-beta]: https://github.com/CreatmanCEO/webtest-orch/compare/v0.3.1-beta...v0.3.2-beta
165179
[0.3.1-beta]: https://github.com/CreatmanCEO/webtest-orch/compare/v0.3.0-beta...v0.3.1-beta
166180
[0.3.0-beta]: https://github.com/CreatmanCEO/webtest-orch/compare/v0.2.0-beta...v0.3.0-beta
167181
[0.2.0-beta]: https://github.com/CreatmanCEO/webtest-orch/compare/v0.1.0-beta...v0.2.0-beta

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtest-orch",
3-
"version": "0.3.1-beta",
3+
"version": "0.3.2-beta",
44
"description": "Claude Code skill for end-to-end web app testing — image-budget-safe, deterministic replay, multi-stack scaffolding",
55
"license": "MIT",
66
"author": "webtest-orch contributors",

0 commit comments

Comments
 (0)