From a2f66d70f9b4f4b391deb213c3606eca31fe1874 Mon Sep 17 00:00:00 2001 From: Will Madden Date: Tue, 9 Jun 2026 18:01:53 +0200 Subject: [PATCH] chore(release): bump to 0.1.10 Publishes the await-worker-termination-on-close fix (#11) as @prisma/streams-local 0.1.10. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Will Madden --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f31497..0cb4647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prisma-streams", - "version": "0.1.9", + "version": "0.1.10", "private": true, "description": "Prisma Streams is a Bun + TypeScript implementation of the Durable Streams HTTP protocol, with a local development server for Prisma CLI integration.", "repository": {