Skip to content

Commit 38bf00a

Browse files
authored
chore: release main (#17)
1 parent c233e1f commit 38bf00a

3 files changed

Lines changed: 15 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-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/rendobar/cli/compare/v1.0.1...v1.1.0) (2026-05-31)
4+
5+
6+
### Features
7+
8+
* add welcome screen for bare `rb` and `rb --help` ([#15](https://github.com/rendobar/cli/issues/15)) ([a4e3550](https://github.com/rendobar/cli/commit/a4e355017a98251f7f057f024b4001342fa16fcd))
9+
10+
11+
### Bug Fixes
12+
13+
* locate running binary via execPath instead of argv[0] ([#16](https://github.com/rendobar/cli/issues/16)) ([c233e1f](https://github.com/rendobar/cli/commit/c233e1f1a7d354e152be62f8a6046d4d0b6904b5))
14+
* shell-escape ffmpeg argv before joining for API submission ([#14](https://github.com/rendobar/cli/issues/14)) ([761396f](https://github.com/rendobar/cli/commit/761396f88120211daeed258301f4dedd97b9731d))
15+
316
## [1.0.1](https://github.com/rendobar/cli/compare/v1.0.0...v1.0.1) (2026-04-24)
417

518

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": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Rendobar CLI — serverless video processing from your terminal.",
66
"license": "MIT",

0 commit comments

Comments
 (0)