Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.2.1

<!-- release:start -->

### Bug Fixes

- **Published CLI binary** — packages `ai` as a Node-targeted `dist/index.js` bundle and points npm's `bin`/`files` metadata at `dist`, fixing global installs that could not execute the TypeScript source (#52)

### Improvements

- **Node engine requirement** — declares and documents the Node.js 20+ runtime requirement for the CLI package (#52)

### Contributors

- @ctate

<!-- release:end -->

## 0.2.0

<!-- release:start -->
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "A tiny, agent-native CLI for generating images, video and text with dead-simple commands, stdin support and predictable artifact outputs",
"type": "module",
"license": "Apache-2.0",
Expand Down
Loading