chore(release): bump to v3.7.3 — changelog, docs, version sync

This commit is contained in:
diegosouzapw
2026-04-28 08:56:16 -03:00
parent 11a0bcf65e
commit d2da66c339
5 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute-desktop",
"version": "3.7.2",
"version": "3.7.3",
"description": "OmniRoute Desktop Application",
"main": "main.js",
"author": {

View File

@@ -8,7 +8,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
**Key value:** One endpoint (`http://localhost:20128/v1`), unlimited models, zero downtime, minimal cost.
**Current version:** 3.7.2
**Current version:** 3.7.3
## Tech Stack
@@ -279,7 +279,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
└── .env.example # Environment variable template
```
## Key Features (v3.7.2)
## Key Features (v3.7.3)
### Core Proxy
- **160+ AI providers** with automatic format translation

View File

@@ -1,6 +1,6 @@
{
"name": "@omniroute/open-sse",
"version": "3.7.2",
"version": "3.7.3",
"description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration",
"type": "module",
"main": "index.js",

6
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "omniroute",
"version": "3.7.2",
"version": "3.7.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "omniroute",
"version": "3.7.2",
"version": "3.7.3",
"hasInstallScript": true,
"license": "MIT",
"workspaces": [
@@ -13808,7 +13808,7 @@
},
"open-sse": {
"name": "@omniroute/open-sse",
"version": "3.7.2"
"version": "3.7.3"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute",
"version": "3.7.2",
"version": "3.7.3",
"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": {