@plasius/gpu-shared 0.1.18 → 0.1.20

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 +30 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ - **Added**
8
+ - (placeholder)
9
+
10
+ - **Changed**
11
+ - (placeholder)
12
+
13
+ - **Fixed**
14
+ - (placeholder)
15
+
16
+ - **Security**
17
+ - (placeholder)
18
+
19
+ ## [0.1.20] - 2026-06-22
20
+
21
+ - **Added**
22
+ - (placeholder)
23
+
24
+ - **Changed**
25
+ - (placeholder)
26
+
27
+ - **Fixed**
28
+ - (placeholder)
29
+
30
+ - **Security**
31
+ - (placeholder)
32
+
33
+ ## [0.1.19] - 2026-06-22
34
+
7
35
  - **Added**
8
36
  - Deterministic showcase asset generation for a richer shared brigantine,
9
37
  cutter, lighthouse, and harbor-dock catalog.
@@ -276,3 +304,5 @@ All notable changes to this project will be documented in this file.
276
304
  [0.1.9]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.9
277
305
  [0.1.10]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.10
278
306
  [0.1.11]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.11
307
+ [0.1.19]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.19
308
+ [0.1.20]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/gpu-shared",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Shared browser-safe demo runtime and asset helpers for the Plasius gpu-* package family.",
5
5
  "type": "module",
6
6
  "sideEffects": false,