From 10288f87c1f2d37b5ddfa740505fc696f7039cb8 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 11 Apr 2026 17:18:43 -0300 Subject: [PATCH] docs: add dependabot bumps to changelog for v3.6.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81038fd354..1a9b9a2b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ --- +## [3.6.3] — 2026-04-11 + +### 🔧 Maintenance & Dependencies + +- **Dependabot Updates:** Safely bumped GitHub Actions `docker/build-push-action` to v7 and `actions/download-artifact` to v8 +- **Electron Updates:** Upgraded desktop wrapper core to Electron `41.2.0` and `electron-builder` to `26.8.1`, incorporating essential V8/Chromium security patches +- **NPM Package Groups:** Updated `production` and `development` NPM groups to securely handle minor audit warnings and keep toolchains modern +- **CI/CD Reliability:** Fixed persistent `Snyk` token-absence failures on automated pull requests by appropriately bypassing on dependabot actions + ## [3.6.2] — 2026-04-11 ### ✨ New Features