feinai 0.7.0 → 0.7.1

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
@@ -3,6 +3,11 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
 
6
+ ## [0.7.1] - 2026-06-22
7
+
8
+ ### Fixed
9
+ - `feinai --version` reports correct version 0.7.1
10
+
6
11
  ## [0.7.0] - 2026-06-22
7
12
 
8
13
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feinai",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Task & spec manager for AI agents — parallel worktrees, live dashboard, SDD skills",
5
5
  "type": "module",
6
6
  "bin": {
package/src/cli.ts CHANGED
@@ -55,7 +55,7 @@ import {
55
55
  repairServerState,
56
56
  } from "./server-state";
57
57
 
58
- const VERSION = "0.6.7";
58
+ const VERSION = "0.7.1";
59
59
 
60
60
  interface ParsedArgs {
61
61
  positional: string[];