Skip to content

Commit 69cc8a5

Browse files
dukeduke2016claude
andcommitted
chore(release): v0.1.1 — README launch-video patch
- prettier-clean the README video block (fixes CI format:check on main) - bump version to 0.1.1 - CHANGELOG: add [0.1.1] docs-only entry Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 941cc36 commit 69cc8a5

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `@testsprite/testsprite-cli` are documented here. The for
44

55
## [Unreleased]
66

7+
## [0.1.1] - 2026-06-12
8+
9+
### Changed
10+
11+
- README: point the launch video at the updated public asset. Docs-only release — no code changes.
12+
713
## [0.1.0] - 2026-06-10
814

915
### Added
@@ -106,5 +112,6 @@ All notable changes to `@testsprite/testsprite-cli` are documented here. The for
106112

107113
- Commander `help [command]` exits 0 (previously exited 5 on `test help` / `project help`).
108114

109-
[Unreleased]: https://github.com/TestSprite/testsprite-cli/compare/v0.1.0...HEAD
115+
[Unreleased]: https://github.com/TestSprite/testsprite-cli/compare/v0.1.1...HEAD
116+
[0.1.1]: https://github.com/TestSprite/testsprite-cli/compare/v0.1.0...v0.1.1
110117
[0.1.0]: https://github.com/TestSprite/testsprite-cli/releases/tag/v0.1.0

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,8 @@ AI ships code in minutes — verifying it hasn't. `testsprite` opens your live a
3434

3535
</div>
3636

37-
38-
3937
https://github.com/user-attachments/assets/eca90a91-93ef-49f6-8d13-86b4eb25f4cf
4038

41-
42-
4339
<p align="center"><sub><b>▶ Watch the launch video</b> — the three hard limits every coding agent hits, and the loop that breaks them (4 min).</sub></p>
4440

4541
---

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testsprite/testsprite-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Official TestSprite command-line interface",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)