Skip to content

Commit 302f6d1

Browse files
authored
chore: release main (#9)
1 parent 258f949 commit 302f6d1

3 files changed

Lines changed: 22 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.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# Changelog
22

3+
## 1.0.0 (2026-04-24)
4+
5+
6+
### Features
7+
8+
* add install/uninstall scripts + E2E workflow ([#4](https://github.com/rendobar/cli/issues/4)) ([03c49ee](https://github.com/rendobar/cli/commit/03c49ee20764456a15113b3ad09f3ba8aa14050d))
9+
* initial source drop for standalone CLI repo ([9039fa7](https://github.com/rendobar/cli/commit/9039fa7d3d7bfdb1e026323192fa5e66d7eca78d))
10+
11+
12+
### Bug Fixes
13+
14+
* bulletproof watchdog issue bodies and add Claude Code memory ([#3](https://github.com/rendobar/cli/issues/3)) ([2249ded](https://github.com/rendobar/cli/commit/2249ded143c0a6a4082f3495c66aba455fb283af))
15+
16+
17+
### Miscellaneous
18+
19+
* reset release state for clean v1.0.0 under new rules ([#8](https://github.com/rendobar/cli/issues/8)) ([258f949](https://github.com/rendobar/cli/commit/258f9495a7e89def2feb070ff75c00bbe7952a21))
20+
21+
## Changelog
22+
323
All notable changes to the Rendobar CLI are documented in this file. Generated automatically by [release-please](https://github.com/googleapis/release-please).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendobar-cli",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Rendobar CLI — serverless video processing from your terminal.",
66
"license": "MIT",

0 commit comments

Comments
 (0)