diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c4c02e..2dae2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.4.22 + +Ships the managed Bash-profile fix from issue #65 and task +`cde9f87b-ff03-45d2-9882-4899f0ba1e8b`. + +The canonical `bash-profile` source now stores a readable-file guard for the +optional `$HOME/.local/bin/env` helper. Login shells therefore emit no +missing-file stderr when the helper is absent, while still sourcing it and +preserving its environment initialization when present. + ## 0.4.18 Publishes the three source-visibility commits that landed on `main` after the diff --git a/package.json b/package.json index 925d0b8..b89c0c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/instructions", - "version": "0.4.21", + "version": "0.4.22", "description": "AI coding agent instruction & configuration manager \u2014 store, version, apply, and share all your AI coding configs. CLI + MCP + HTTP API (instructions-serve) + generated SDK + Dashboard.", "type": "module", "main": "dist/index.js",