@ouro.bot/cli 0.1.0-alpha.392 → 0.1.0-alpha.393
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.json +8 -0
- package/package.json +1 -1
package/changelog.json
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_note": "This changelog is maintained as part of the PR/version-bump workflow. Agent-curated, not auto-generated. Agents read this file directly via read_file to understand what changed between versions.",
|
|
3
3
|
"versions": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.1.0-alpha.393",
|
|
6
|
+
"changes": [
|
|
7
|
+
"Restored the trusted publish workflow to the supported `latest` channel after the one-time alpha bridge release.",
|
|
8
|
+
"`@ouro.bot/cli@latest` and `ouro.bot@latest` now advance together again on the final current runtime version.",
|
|
9
|
+
"`@ouro.bot/cli` and the `ouro.bot` wrapper are version-synced for the post-bridge latest-channel release."
|
|
10
|
+
]
|
|
11
|
+
},
|
|
4
12
|
{
|
|
5
13
|
"version": "0.1.0-alpha.392",
|
|
6
14
|
"changes": [
|