From 29e56b84743cba8b99c746bf35bf4511f5ba5aaf Mon Sep 17 00:00:00 2001 From: Aidan Hibbard Date: Thu, 11 Jun 2026 21:26:06 -0700 Subject: [PATCH] docs: move v0.1.1 release notes out of Unreleased Changelogen left the first release notes under Unreleased when publishing 0.1.1. Consolidate them under the v0.1.1 section for GitHub releases and the docs site. Co-authored-by: Cursor --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 5721335..084c26d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ ## Unreleased +## v0.1.1 + +First stable release — Nitro v3 background processing ported from nuxt-processor. + ### 🚀 Features - Runtime helpers: `defineQueue`, `defineWorker`, `useProcessor`, and close-on-shutdown plugin.