diff --git a/.changeset/quiet-moons-wait.md b/.changeset/quiet-moons-wait.md deleted file mode 100644 index 09fe7f4..0000000 --- a/.changeset/quiet-moons-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@arcasilesgroup/ai-shell': patch ---- - -Pin @nexssp/os to exactly 2.0.36. The caret range let npm resolve 2.1.x for fresh installs, and those tarballs are missing legacy.mjs while their exports map points at it: every `ai` invocation died with ERR_MODULE_NOT_FOUND. Verified against the published 0.1.1 from the registry. diff --git a/CHANGELOG.md b/CHANGELOG.md index e870348..0ecce62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.2 + +### Patch Changes + +- [#28](https://github.com/arcasilesgroup/ai-shell/pull/28) [`1ffee63`](https://github.com/arcasilesgroup/ai-shell/commit/1ffee636ead237aff92139b929b95e0179bb2cb9) Thanks [@soydachi](https://github.com/soydachi)! - Pin @nexssp/os to exactly 2.0.36. The caret range let npm resolve 2.1.x for fresh installs, and those tarballs are missing legacy.mjs while their exports map points at it: every `ai` invocation died with ERR_MODULE_NOT_FOUND. Verified against the published 0.1.1 from the registry. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index e9f1d8f..0479a22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@arcasilesgroup/ai-shell", "description": "A CLI that converts natural language to shell commands, with any OpenAI-compatible provider.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "engines": { "node": ">=22"