Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.14.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [0.14.1](https://github.com/promptfoo/crabcode/compare/v0.14.0...v0.14.1) (2026-09-04)

### Bug Fixes

- **deps:** update react monorepo to v19 ([#105](https://github.com/promptfoo/crabcode/issues/105)) ([454106b](https://github.com/promptfoo/crabcode/commit/454106bdfb5bd61bbdf20414422c6df66128982a))
- draw ui dependabot alerts ([#102](https://github.com/promptfoo/crabcode/issues/102)) ([a00a14b](https://github.com/promptfoo/crabcode/commit/a00a14b9946e7de3e346f50dab3c205ad082a9ad))
Comment on lines +9 to +10

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include all fixes covered by the release

The v0.14.0...v0.14.1 range also contains the conventional-fix commits 9b1c42b (Zod v4) and d95eb11 (Excalidraw v0.18.1), but this list includes only the React and Dependabot fixes. Once this release is published, users relying on the changelog will miss two dependency changes that are actually shipped, including a major Zod upgrade; add both entries before cutting the release.

AGENTS.md reference: AGENTS.md:L67-L68

Useful? React with 👍 / 👎.


## [0.14.0](https://github.com/promptfoo/crabcode/compare/v0.13.1...v0.14.0) (2026-03-18)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/crabcode
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

set -e

VERSION="0.14.0" # x-release-please-version
VERSION="0.14.1" # x-release-please-version
CONFIG_DIR="$HOME/.crabcode"
CONFIG_FILE="$CONFIG_DIR/config.yaml"
WIP_BASE="$CONFIG_DIR/wip"
Expand Down