From 3d8ad720f31c2117faae28c3b56ed2d1d0af05f1 Mon Sep 17 00:00:00 2001 From: Lago Developer Date: Thu, 16 Apr 2026 14:12:51 +0200 Subject: [PATCH] Bump version to 1.46.0 Add HTTP 429 rate limit retry with automatic backoff and 20s max delay cap. Co-Authored-By: Claude Opus 4.6 --- scripts/build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_npm.ts b/scripts/build_npm.ts index e238318..ed83da5 100644 --- a/scripts/build_npm.ts +++ b/scripts/build_npm.ts @@ -32,7 +32,7 @@ await build({ // package.json properties name: "lago-javascript-client", sideEffects: false, - version: "v1.45.0", + version: "v1.46.0", description: "Lago JavaScript API Client", repository: { type: "git",