From cb58eb22b3cb51f449f51f8ba4cfd559bd800b98 Mon Sep 17 00:00:00 2001 From: Wiktor Plaga Date: Thu, 29 Jan 2026 13:46:55 +0100 Subject: [PATCH] Update version to v3.10.0 --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 342a031..deccc3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning]. [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +## [3.10.0] - 2026-01-29 +- Add HTTP requests 30 seconds timeout, 120 seconds deadline and retry on timeout + ## [3.9.0] - 2026-01-06 - Add new subscriptions list, connect and disconnect - Add tests confirming that retrieve accepts query params diff --git a/package-lock.json b/package-lock.json index 2c15346..74573c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chartmogul-node", - "version": "3.9.0", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chartmogul-node", - "version": "3.9.0", + "version": "3.10.0", "license": "MIT", "dependencies": { "retry": "^0.13.1", diff --git a/package.json b/package.json index 45432e0..3b91d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chartmogul-node", - "version": "3.9.0", + "version": "3.10.0", "description": "Official Chartmogul API Node.js Client", "main": "lib/chartmogul.js", "scripts": {