@akira-tl/forgerelay 1.2.0-rc.1 → 1.2.0
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ All notable ForgeRelay changes are documented here.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [1.2.0] - 2026-09-13
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Promoted the accepted Config System v2 release candidate to stable `1.2.0` without changing product behavior from `1.2.0-rc.1`; stable publication reuses the same cross-platform verified-artifact release path and moves the npm stable channel to `latest` only after fresh, upgrade, migration, and packaged-runtime acceptance pass.
|
|
12
|
+
|
|
7
13
|
## [1.2.0-rc.1] - 2026-09-13
|
|
8
14
|
|
|
9
15
|
### Added
|
package/package.json
CHANGED