v4.7.2
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-21 01:42:50 +00:00
parent 8a4f756fef
commit 6a42a640cb
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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)
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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.'
}