@patterkit/runtime 0.4.3 → 0.4.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -25,6 +25,20 @@ version number always means the same runtime behaviour. This package is versione
25
25
 
26
26
  ## [Unreleased]
27
27
 
28
+ ## [0.4.5] - 2026-08-20
29
+
30
+ ### Changed
31
+
32
+ - Version bump only, to keep the four Patterplay runtimes in lockstep. The change in this release is
33
+ Godot-only (#45); this runtime is unchanged.
34
+
35
+ ## [0.4.4] - 2026-08-20
36
+
37
+ ### Changed
38
+
39
+ - Version bump only, to keep the four Patterplay runtimes in lockstep. The fix in this release is
40
+ Godot-only (#45); this runtime is unchanged.
41
+
28
42
  ## [0.4.3] - 2026-08-19
29
43
 
30
44
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patterkit/runtime",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Patter reference runtime: load a bundle and play dialogue - flows, selectors, choices, jumps, effects, properties. Built on @wildwinter/expr + scoperegistry.",
5
5
  "type": "module",
6
6
  "license": "MIT",