@patterkit/runtime 0.3.0 → 0.3.1

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -17,6 +17,12 @@ version number always means the same runtime behaviour. This package is versione
17
17
 
18
18
  ## [Unreleased]
19
19
 
20
+ ## [0.3.1] - 2026-07-22
21
+
22
+ ### Changed
23
+ - Version bump only, to keep the four Patterplay runtimes in lockstep. This release fixes
24
+ Unreal-only build issues (see the Unreal changelog and #25); the JavaScript runtime is unchanged.
25
+
20
26
  ## [0.3.0] - 2026-07-21
21
27
 
22
28
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patterkit/runtime",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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",