From d091fb5bc53f0397ba7bf66df9e84246fda86dcf Mon Sep 17 00:00:00 2001 From: Roomote Date: Mon, 13 Jul 2026 22:35:55 +0000 Subject: [PATCH] chore: record product version 0.4.2 on develop after hotfix Keeps develop's package.json and CHANGELOG aligned after the main-only 0.4.2 Slack setup hotfix so the next release does not reuse the v0.4.2 tag. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e9f9625..8d262284d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file tracks product releases for Roomote (single monorepo version). Automated release entries are prepended by `pnpm run version`. +## 0.4.2 (2026-07-13) + +### Patch changes + +- Onboarding Slack setup no longer strands revisits with saved credentials on a form with no Continue action: the step button is shown again when the intro screen is skipped. + ## 0.4.1 (2026-07-13) ### Patch changes diff --git a/package.json b/package.json index 9926816b6..623eb1d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roomote", - "version": "0.4.1", + "version": "0.4.2", "license": "FCL-1.0-ALv2", "packageManager": "pnpm@10.29.3", "engines": {