Skip to content

Commit f3bf14d

Browse files
chore(main): release 0.5.0
1 parent 2963421 commit f3bf14d

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0](https://github.com/pleaseai/cli-toolkit/compare/v0.4.0...v0.5.0) (2026-07-02)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **errors:** CliError's constructor is now (message, options) instead of (message, code, suggestions); suggestions is replaced by hint/fix. The ErrorOutput payload drops help in favor of reason/hint/fix/link (legacy suggestions from older toolkit copies still map onto hint). errorOutput() takes a details object instead of a suggestions array, and validateFormat's message moved its supported-formats list into fix.
14+
15+
### Features
16+
17+
* **errors:** rebuild errors module on @vercel/error ([#15](https://github.com/pleaseai/cli-toolkit/issues/15)) ([2963421](https://github.com/pleaseai/cli-toolkit/commit/2963421321fd6bb608d60113afebebb82bc7dfa7))
18+
819
## [0.4.0](https://github.com/pleaseai/cli-toolkit/compare/v0.3.0...v0.4.0) (2026-07-01)
920

1021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/cli-toolkit",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"packageManager": "bun@1.3.14",
66
"description": "Shared CLI utilities for LLM-focused command-line tools",
77
"author": "PleaseAI",

0 commit comments

Comments
 (0)