From 57636090089000f5131da204e861e4f8a6750af6 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 10 Mar 2026 14:37:04 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v2.2.4=20=E2=80=94=20CI=20fixe?= =?UTF-8?q?s=20(docs-sync,=20electron=20fpm,=20docker)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a47fe24e2..00215451c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [2.2.4] โ€” 2026-03-10 + +> ### ๐Ÿ”ง CI Fixes + +### CI + +- **docs-sync fix** โ€” Updated `docs/openapi.yaml` version from `2.2.0` to `2.2.3` (was out of sync with `package.json`, causing CI lint failure) +- **CHANGELOG format** โ€” Added required `## [Unreleased]` section at top of `CHANGELOG.md` (required by `check:docs-sync` script) +- **Electron Linux** โ€” Added `gem install fpm` step to `electron-release.yml` Linux build job; `fpm` is required by `electron-builder` to package `.deb` installers but was not pre-installed on `ubuntu-latest` runners +- **Docker publish** โ€” Added `DOCKER_BUILDKIT_INLINE_CACHE` env; previous `502 error writing layer blob` was a transient Docker Hub network error + +--- + ## [2.2.3] โ€” 2026-03-10 > ### ๐Ÿ› Bug Fixes ยท ๐Ÿ”ง Reliability diff --git a/package-lock.json b/package-lock.json index 0d7a9c736b..25b8dbacf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "2.2.3", + "version": "2.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "2.2.3", + "version": "2.2.4", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index d85397e53e..506a7317e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.2.3", + "version": "2.2.4", "description": "Smart AI Router with auto fallback โ€” route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {