Skip to content

Commit 1abda24

Browse files
chore(main): release 0.2.0
1 parent a0d8e35 commit 1abda24

3 files changed

Lines changed: 14 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.2.0](https://github.com/pleaseai/cli-toolkit/compare/v0.1.0...v0.2.0) (2025-10-30)
9+
10+
11+
### Features
12+
13+
* initial release of @pleaseai/cli-toolkit v0.1.0 ([80e1092](https://github.com/pleaseai/cli-toolkit/commit/80e10925cb1bc223d93a4dce4fdc10718e804081))
14+
15+
16+
### Bug Fixes
17+
18+
* generate individual module JS files for subpath exports ([a0d8e35](https://github.com/pleaseai/cli-toolkit/commit/a0d8e356aad75a4dc6e8bac77b8689e7e357a8a3))
19+
820
## [0.1.0] - 2025-01-30
921

1022
### Added

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.1.0",
4+
"version": "0.2.0",
55
"description": "Shared CLI utilities for LLM-focused command-line tools",
66
"author": "PleaseAI",
77
"license": "MIT",

0 commit comments

Comments
 (0)