diff --git a/changelog.md b/changelog.md index c06f66c..fbe43ee 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-21 - 4.7.3 + ### Fixes - update release config schema and refresh JavaScript and Rust dependencies (release) diff --git a/package.json b/package.json index 4e1c2d6..5c5ffa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartnetwork", - "version": "4.7.2", + "version": "4.7.3", "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 87fe192..ecb2b80 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.2', + version: '4.7.3', description: 'A toolkit for network diagnostics including speed tests, port availability checks, and more.' }