From 6a42a640cbc3d408b4c419ef7e884f0b14b1ddec Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 21 May 2026 01:42:50 +0000 Subject: [PATCH] v4.7.2 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 1a7b8ee..3a03079 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-21 - 4.7.2 + ### Fixes - apply configured timeout to MMDB downloads and expose IP intelligence timeout option (ipintelligence) diff --git a/package.json b/package.json index 96d963c..9da7e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartnetwork", - "version": "4.7.1", + "version": "4.7.2", "private": false, "description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 82a30cc..87fe192 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartnetwork', - version: '4.7.1', + version: '4.7.2', description: 'A toolkit for network diagnostics including speed tests, port availability checks, and more.' }