redweb 0.13.1 → 0.13.2

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,7 +2,19 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.13.2
6
+
7
+ Released 2026-09-01 (America/Toronto).
8
+
9
+ - Ship package-versioned README setup, generated documentation, and the immutable 0.13.2 catalogue snapshot together.
10
+ - Refuse publication when the package version, generated catalogue, README recipe, or release snapshot is unreleased, stale, missing, or inconsistent.
11
+
12
+ ## 0.13.1
13
+
14
+ Released 2026-09-01 (America/Toronto).
15
+
5
16
  - Give an expired WebSocket heartbeat one additional `timeoutMs` grace window before termination. A pong, detach, reattach, or shutdown cancels the owned timer, preventing a delayed Node event loop from disconnecting a responsive peer while keeping silent-peer cleanup bounded.
17
+ - Publication note: the runtime fix shipped, but the archive retained unreleased documentation, omitted a 0.13.1 catalogue snapshot, and recorded a `gitHead` whose committed package version was still 0.13.0. Version 0.13.2 supersedes that release-process defect.
6
18
 
7
19
  ## 0.13.0
8
20