Skip to content

Commit 7e2fa1b

Browse files
chore(release): 1.0.0-dev.1
# [1.0.0-dev.1](v0.5.1-dev.2...v1.0.0-dev.1) (2026-03-27) ### chore * mark built-in runtime migration as breaking ([20d466b](20d466b)) ### BREAKING CHANGES * remobi replaces the ttyd-based runtime with the built-in terminal runtime.
1 parent 20d466b commit 7e2fa1b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0-dev.1](https://github.com/connorads/remobi/compare/v0.5.1-dev.2...v1.0.0-dev.1) (2026-03-27)
2+
3+
4+
### chore
5+
6+
* mark built-in runtime migration as breaking ([20d466b](https://github.com/connorads/remobi/commit/20d466b68d861c697b90b51524f7a2956ca33e50))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* remobi replaces the ttyd-based runtime with the built-in terminal runtime.
12+
113
## [0.5.1-dev.2](https://github.com/connorads/remobi/compare/v0.5.1-dev.1...v0.5.1-dev.2) (2026-03-24)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remobi",
3-
"version": "0.5.1-dev.2",
3+
"version": "1.0.0-dev.1",
44
"description": "Monitor and control your coding agents from your phone. Touch controls for tmux over the web.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)