@aion0/forge 0.9.7 → 0.9.8
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/RELEASE_NOTES.md +3 -7
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
# Forge v0.9.
|
|
1
|
+
# Forge v0.9.8
|
|
2
2
|
|
|
3
3
|
Released: 2026-05-26
|
|
4
4
|
|
|
5
|
-
## Changes since v0.9.
|
|
5
|
+
## Changes since v0.9.7
|
|
6
6
|
|
|
7
|
-
### Other
|
|
8
|
-
- fix(server): rebuild stale .next on every restart after upgrade
|
|
9
|
-
- marketplace: drop 'Recipes' option from Templates filter
|
|
10
7
|
|
|
11
|
-
|
|
12
|
-
**Full Changelog**: https://github.com/aiwatching/forge/compare/v0.9.6...v0.9.7
|
|
8
|
+
**Full Changelog**: https://github.com/aiwatching/forge/compare/v0.9.7...v0.9.8
|