diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5164b40..7aaf693 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.54" + ".": "0.0.55" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f88426..ee49445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [0.0.55](https://github.com/Cronacl/Sentinel/compare/v0.0.54...v0.0.55) (2026-04-27) + + +### Bug Fixes + +* improve linux native startup portability ([dafc10f](https://github.com/Cronacl/Sentinel/commit/dafc10f347b3f7e5123e2b456e37c94e6bc6a574)) +* stack update settings layout ([2b24e6c](https://github.com/Cronacl/Sentinel/commit/2b24e6c31d7bb04183e2e580dd87d39026df1e1d)) + ## [0.0.54](https://github.com/Cronacl/Sentinel/compare/v0.0.53...v0.0.54) (2026-04-27) diff --git a/package.json b/package.json index 098e4a3..a911a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sentinel", - "version": "0.0.54", + "version": "0.0.55", "private": true, "license": "Apache-2.0", "description": "Sentinel local-first desktop app",