@planu/cli 5.3.48 → 5.3.49
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 +9 -0
- package/package.json +1 -1
- package/planu-plugin.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.3.49] - 2026-08-24
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
- feat(website): approved-contract redesign, GitHub Sponsors donation, clearer hero
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- fix(website): allow self-hosted woff2 fonts in public asset inventory
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [5.3.48] - 2026-08-24
|
|
2
11
|
|
|
3
12
|
### Bug Fixes
|
package/package.json
CHANGED
package/planu-plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "dev.planu.cli",
|
|
3
3
|
"displayName": "Planu — Spec Driven Development",
|
|
4
4
|
"description": "Manage software specs, estimations, and autonomous SDD workflows. Language-agnostic MCP server for Claude Code.",
|
|
5
|
-
"version": "5.3.
|
|
5
|
+
"version": "5.3.49",
|
|
6
6
|
"icon": "assets/plugin/icon.svg",
|
|
7
7
|
"command": ["npx", "@planu/cli@latest"],
|
|
8
8
|
"packageName": "@planu/cli",
|