@nanhara/hara 0.122.1 → 0.122.2

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to `@nanhara/hara`.
5
5
  > Versioning (pre-1.0, SemVer-style): the **minor** (middle) number bumps for a **new feature**; the
6
6
  > **patch** (last) number bumps for **optimizations/fixes of existing features**.
7
7
 
8
+ ## 0.122.2 — 2026-07-14 — reproducible container release
9
+
10
+ - **The Docker build now includes the guarded runtime entry before normalizing package modes.** This fixes the
11
+ `runtime-bootstrap.cjs` `ENOENT` that affected only the `v0.122.1` GHCR image job; its npm package and
12
+ standalone binaries were already published and remain valid. CI now builds and starts the complete runtime
13
+ image before a tag can be released, while old Node installations continue to receive the explicit 22.12+
14
+ upgrade instruction.
15
+
8
16
  ## 0.122.1 — 2026-07-14 — protected files and explicit extension trust
9
17
 
10
18
  - **The npm CLI now requires Node.js 22.12+.** Node 20 is end-of-life, so Hara no longer makes a security or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanhara/hara",
3
- "version": "0.122.1",
3
+ "version": "0.122.2",
4
4
  "description": "hara — a coding agent CLI that runs like an engineering org.",
5
5
  "bin": {
6
6
  "hara": "runtime-bootstrap.cjs"