helixevo 0.2.33 → 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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
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
+
5
15
  ## [0.2.32] - 2026-03-23
6
16
 
7
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helixevo",
3
- "version": "0.2.33",
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": {