Skip to content

Commit 2035443

Browse files
committed
chore: prepare 0.1.2 release
1 parent 08f1c1d commit 2035443

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
## 0.1.2 - 2026-02-18
12+
13+
### Added
14+
715
### Changed
816
- Renamed the CLI command from `gh-agent-images` to `agent-images` across package bins, CLI help output, dashboard setup command, and documentation.
917

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-images-hoster",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"packageManager": "pnpm@10.28.2",
66
"workspaces": [

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@24letters/agent-images",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "CLI for uploading immutable images to GH Agent Images Hoster.",
66
"license": "MIT",

0 commit comments

Comments
 (0)