From 53f4eb5cc0da039c249ee6ffb239248c758a8b97 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sun, 7 Dec 2025 19:58:15 +0200 Subject: [PATCH] fix: update version number in CHANGELOG.md to 1.0.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aec091b..fefecc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. - Pending -## [1.0.0] - 2025-12-07 +## [1.0.1] - 2025-12-07 - Initial public release of OpenChamber web and desktop packages in a unified monorepo. - Added GitHub Actions release pipeline with macOS signing/notarization, npm publish, and release asset uploads.