chore(main): release 0.86.6 (#1180)

Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
This commit is contained in:
sencho-quartermaster[bot]
2026-05-23 16:17:15 -04:00
committed by GitHub
parent f03c9dc7b6
commit 249cfdcc87
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "0.86.5"
".": "0.86.6"
}
+10
View File
@@ -4,6 +4,16 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.86.6](https://github.com/Studio-Saelix/sencho/compare/v0.86.5...v0.86.6) (2026-05-23)
### Fixed
* **monitor:** collapse repeated host-metric alerts into per-window summary (F-11) ([#1175](https://github.com/Studio-Saelix/sencho/issues/1175)) ([fcff8e9](https://github.com/Studio-Saelix/sencho/commit/fcff8e90473f030614eeab357d17798995bfa044))
* **webhooks:** address Codex review of PR [#1177](https://github.com/Studio-Saelix/sencho/issues/1177) ([#1181](https://github.com/Studio-Saelix/sencho/issues/1181)) ([f03c9dc](https://github.com/Studio-Saelix/sencho/commit/f03c9dc7b6e90895d81484117b0271d2f9a55201))
* **webhooks:** harden trigger response surface ([#1177](https://github.com/Studio-Saelix/sencho/issues/1177)) ([21ec5e7](https://github.com/Studio-Saelix/sencho/commit/21ec5e7e0a2f46273374a225ee6be7a55333f4b6))
* **webhooks:** hide write affordances from non-admin paid users ([#1176](https://github.com/Studio-Saelix/sencho/issues/1176)) ([a928267](https://github.com/Studio-Saelix/sencho/commit/a9282671d54c8d57a063df3b35b3806841d56490))
## [0.86.5](https://github.com/Studio-Saelix/sencho/compare/v0.86.4...v0.86.5) (2026-05-23)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "sencho",
"version": "0.86.5",
"version": "0.86.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sencho",
"version": "0.86.5",
"version": "0.86.6",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@commitlint/cli": "^21.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "sencho",
"version": "0.86.5",
"version": "0.86.6",
"description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.",
"main": "index.js",
"scripts": {