@skillsmith/cli 0.5.7 → 0.5.9

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 CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to `@skillsmith/cli` are documented here.
4
4
 
5
+ ## v0.5.9
6
+
7
+ - Version bump
8
+
9
+ ## v0.5.8
10
+
11
+ - **Feature**: SMI-4454 CLI login UX — paste feedback + device context on /device (#751)
12
+ - **Fix**: SMI-4447 /account/cli-token auto-detect existing key + SMI-4441 error copy (#749)
13
+ - **Feature**: SMI-4402 Wave 3 — RFC 8628 device-code OAuth flow (CLI/MCP/website) (#740)
14
+
5
15
  ## v0.5.7
6
16
 
7
17
  - **Refactor**: initSkill throws InitSkillError instead of process.exit (SMI-4314) (#642)