helixevo 0.2.32 → 0.2.34

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  All notable changes to HelixEvo are documented here.
4
4
 
5
+ ## [0.2.34] - 2026-03-23
6
+
7
+ ### Fixed
8
+ - Changelog now always includes the current running version entry
9
+
10
+ ## [0.2.33] - 2026-03-23
11
+
12
+ ### Fixed
13
+ - CHANGELOG.md now includes entries for v0.2.31 and v0.2.32 (were missing)
14
+
15
+ ## [0.2.32] - 2026-03-23
16
+
17
+ ### Added
18
+ - Changelog page in dashboard sidebar with document icon link
19
+ - Sidebar footer redesigned: version + "Changelog" link on separate rows
20
+ - CHANGELOG.md included in npm package for dashboard to read
21
+
22
+ ## [0.2.31] - 2026-03-23
23
+
24
+ ### Added
25
+ - Dashboard `/changelog` page showing full version history
26
+ - Parsed CHANGELOG.md rendered as styled cards with color-coded sections
27
+ - "latest" badge on current version
28
+ - Changelog accessible from sidebar footer
29
+
5
30
  ## [0.2.30] - 2026-03-23
6
31
 
7
32
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helixevo",
3
- "version": "0.2.32",
3
+ "version": "0.2.34",
4
4
  "description": "Self-evolving skill ecosystem for AI agents. Skills and projects co-evolve through multi-judge evaluation and a Pareto frontier.",
5
5
  "type": "module",
6
6
  "bin": {