From f3604d688c3f3d8df81f679807ff7682ee3aed79 Mon Sep 17 00:00:00 2001 From: Hendrik Mans Date: Thu, 10 Sep 2026 11:14:47 +0200 Subject: [PATCH] chore(main): release pkg/natsruntime 0.1.0-alpha.1 --- .release-please-manifest.json | 2 +- pkg/natsruntime/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 940ab603ef..1b2298644d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "pkg/appconfig": "0.0.0", "pkg/datacrypto": "0.0.0", "pkg/events": "0.0.0", - "pkg/natsruntime": "0.0.0" + "pkg/natsruntime": "0.1.0-alpha.1" } diff --git a/pkg/natsruntime/CHANGELOG.md b/pkg/natsruntime/CHANGELOG.md index f88d7484fa..6c15309002 100644 --- a/pkg/natsruntime/CHANGELOG.md +++ b/pkg/natsruntime/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## 0.1.0-alpha.1 (2026-09-10) + + +### Features + +* **authling:** add server-rendered web foundation ([#1861](https://github.com/chattocorp/chatto/issues/1861)) ([12c8957](https://github.com/chattocorp/chatto/commit/12c89579e7b4c18d16e389454f720d8ea1c33e32)) +* **natsruntime:** extract embedded NATS lifecycle ([#1845](https://github.com/chattocorp/chatto/issues/1845)) ([cb24279](https://github.com/chattocorp/chatto/commit/cb2427958ec1621d7307a43f72f72f98e7332ebd)) + +## Changelog + All notable changes to the embedded NATS runtime. Maintained by release-please from the conventional-commit messages on `main` — do not edit by hand.