diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59cbd40d..2c8b274f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.65.0" + ".": "0.65.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2bfc94..4bc6fc01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.65.1](https://github.com/AnsoCode/Sencho/compare/v0.65.0...v0.65.1) (2026-04-29) + + +### Fixed + +* **backend:** resolve ts-node dynamic import and TS2322 narrowing errors ([#839](https://github.com/AnsoCode/Sencho/issues/839)) ([7d4390a](https://github.com/AnsoCode/Sencho/commit/7d4390a7e49c3fc7631f8a32162c5d5b02cb7b43)) +* **cla:** ensure signatures file has no BOM ([1f21526](https://github.com/AnsoCode/Sencho/commit/1f21526367d74d9968f0016de531c3f97f763dc5)) +* **cla:** strictly enforce no-BOM UTF8 for signatures ([1a67c6c](https://github.com/AnsoCode/Sencho/commit/1a67c6c35b2c2f2d3900390dcc08235f697605a9)) +* **convert:** resolve TS7016 and TS2322 for composerize dynamic import ([#837](https://github.com/AnsoCode/Sencho/issues/837)) ([219dee7](https://github.com/AnsoCode/Sencho/commit/219dee720e1f4b6435666fe710acf702621f2784)) +* **docker:** upgrade CLI to v29.4.1 and Compose to v5.1.3, clear VEX ([#836](https://github.com/AnsoCode/Sencho/issues/836)) ([e124874](https://github.com/AnsoCode/Sencho/commit/e124874dac9b2c97ad0647be63d7f50316e6fb41)) + ## [0.65.0](https://github.com/AnsoCode/Sencho/compare/v0.64.2...v0.65.0) (2026-04-28) diff --git a/docs/images/dashboard.png b/docs/images/dashboard.png index 68b4d7ff..af2fa22e 100644 Binary files a/docs/images/dashboard.png and b/docs/images/dashboard.png differ diff --git a/docs/images/login.png b/docs/images/login.png index 690d2f81..96d5f052 100644 Binary files a/docs/images/login.png and b/docs/images/login.png differ diff --git a/docs/images/resources.png b/docs/images/resources.png index 7e7d9a4e..0e9e7abc 100644 Binary files a/docs/images/resources.png and b/docs/images/resources.png differ diff --git a/docs/images/stacks.png b/docs/images/stacks.png index f30a918b..0c25d312 100644 Binary files a/docs/images/stacks.png and b/docs/images/stacks.png differ diff --git a/package-lock.json b/package-lock.json index 4cea4f20..bb8bbfd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sencho", - "version": "0.65.0", + "version": "0.65.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sencho", - "version": "0.65.0", + "version": "0.65.1", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@playwright/test": "^1.59.1", diff --git a/package.json b/package.json index f51f0b8f..28070ddb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sencho", - "version": "0.65.0", - "description": "Self-hosted Docker control plane for Compose with atomic deployments, self-healing, and fleet-wide automation.", + "version": "0.65.1", + "description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.", "main": "index.js", "scripts": { "test": "cd backend && npm test",