cross-tab-worker-databus 0.20.12 → 0.20.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  本项目遵循 [Semantic Versioning](https://semver.org/);变更记录格式参考 [Keep a Changelog](https://keepachangelog.com/)。
4
4
 
5
+ ## [0.20.13] - 2026-09-03
6
+
7
+ ### Added
8
+
9
+ - CI now uploads Playwright reports and test results when browser E2E fails, preserving actionable diagnostics for flaky runner failures.
10
+
5
11
  ## [0.20.12] - 2026-09-03
6
12
 
7
13
  ### Added
package/docs/roadmap.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Roadmap
2
2
 
3
- 0.20.12 is the current development line. The project is intentionally continuing through reliability-focused minor releases before a 1.0.0 stability freeze.
3
+ 0.20.13 is the current development line. The project is intentionally continuing through reliability-focused minor releases before a 1.0.0 stability freeze.
4
+
5
+ ## 0.20.13 delivered scope
6
+
7
+ - Browser CI failures now retain Playwright reports and test results as workflow artifacts for post-run diagnosis.
4
8
 
5
9
  ## 0.20.12 delivered scope
6
10
 
@@ -1,6 +1,10 @@
1
1
  # 路线图
2
2
 
3
- 0.20.12 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
3
+ 0.20.13 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
4
+
5
+ ## 0.20.13 已完成范围
6
+
7
+ - 浏览器 CI 失败时自动保留 Playwright report 和 test-results artifact,便于事后定位 runner flaky 问题。
4
8
 
5
9
  ## 0.20.12 已完成范围
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-tab-worker-databus",
3
- "version": "0.20.12",
3
+ "version": "0.20.13",
4
4
  "description": "Framework-agnostic cross-tab data bus with Dedicated/Shared Worker clustering and Centrifuge support.",
5
5
  "type": "module",
6
6
  "license": "MIT",