feat(http-recorder): prepare public beta release (#31018)

This commit is contained in:
Kit Langton
2026-06-05 23:01:26 -04:00
committed by GitHub
parent ba57718b05
commit 54f4974546
36 changed files with 2277 additions and 713 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@opencode-ai/http-recorder": minor
---
Publish the initial beta of the Effect HTTP and WebSocket record/replay library.
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
"ignore": []
}