Skip to content

Commit f5154b7

Browse files
committed
chore(release): v0.8.13
1 parent eb59ca5 commit f5154b7

11 files changed

Lines changed: 37 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "relayfile",
33
"license": "Apache-2.0",
44
"private": true,
5-
"version": "0.8.12",
5+
"version": "0.8.13",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"packages/core",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.13] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.12] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -344,7 +348,8 @@ _No user-visible changes in this release._
344348
### Fixed
345349
- Upload raw binaries to GitHub releases. ([#34])
346350

347-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
351+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.13...HEAD
352+
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
348353
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
349354
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
350355
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10

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": "relayfile",
3-
"version": "0.8.12",
3+
"version": "0.8.13",
44
"description": "CLI for relayfile — real-time filesystem for humans and agents",
55
"bin": {
66
"relayfile": "scripts/run.js"

packages/core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.13] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.12] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -314,7 +318,8 @@ _No user-visible changes in this release._
314318
### Added
315319
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
316320

317-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
321+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.13...HEAD
322+
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
318323
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
319324
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
320325
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/core",
3-
"version": "0.8.12",
3+
"version": "0.8.13",
44
"description": "Shared business logic for relayfile — file operations, ACL, queries, events, and writeback lifecycle",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/file-observer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.13] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.12] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -319,7 +323,8 @@ Initial release.
319323
### Added
320324
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
321325

322-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
326+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.13...HEAD
327+
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
323328
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
324329
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
325330
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10

packages/file-observer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/file-observer",
3-
"version": "0.8.12",
3+
"version": "0.8.13",
44
"description": "RelayFile observer dashboard for browsing synced workspace files and metadata",
55
"files": [
66
"src",

packages/local-mount/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.13] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.12] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -343,7 +347,8 @@ Initial release.
343347
- Directory-only ignore patterns (e.g. `cache/`) match directories without swallowing like-named files.
344348
- README documenting the mount lifecycle, dotfile semantics, and auto-sync behavior. ([#48])
345349

346-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
350+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.13...HEAD
351+
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
347352
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
348353
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
349354
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10

packages/local-mount/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/local-mount",
3-
"version": "0.8.12",
3+
"version": "0.8.13",
44
"description": "Create a symlink/copy mount of a project directory with .agentignore/.agentreadonly semantics, then launch a CLI inside it and sync writable changes back on exit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sdk/typescript/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.8.13] - 2026-06-06
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.8.12] - 2026-06-06
1216

1317
_No user-visible changes in this release._
@@ -341,7 +345,8 @@ _No user-visible changes in this release._
341345
### Fixed
342346
- Bind `fetch` to `globalThis` so the SDK runs on Cloudflare Workers without `TypeError: Illegal invocation`. ([#41])
343347

344-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.12...HEAD
348+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.8.13...HEAD
349+
[0.8.13]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.13
345350
[0.8.12]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.12
346351
[0.8.11]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.11
347352
[0.8.10]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.8.10

0 commit comments

Comments
 (0)