@plasius/gpu-shared 0.1.18 → 0.1.19
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.19] - 2026-06-22
|
|
20
|
+
|
|
7
21
|
- **Added**
|
|
8
22
|
- Deterministic showcase asset generation for a richer shared brigantine,
|
|
9
23
|
cutter, lighthouse, and harbor-dock catalog.
|
|
@@ -276,3 +290,4 @@ All notable changes to this project will be documented in this file.
|
|
|
276
290
|
[0.1.9]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.9
|
|
277
291
|
[0.1.10]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.10
|
|
278
292
|
[0.1.11]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.11
|
|
293
|
+
[0.1.19]: https://github.com/Plasius-LTD/gpu-shared/releases/tag/v0.1.19
|