v4.7.3
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 10:34:15 +00:00
parent 0b70bb164f
commit 5086371015
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending ## Pending
## 2026-05-21 - 4.7.3
### Fixes ### Fixes
- update release config schema and refresh JavaScript and Rust dependencies (release) - update release config schema and refresh JavaScript and Rust dependencies (release)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartnetwork", "name": "@push.rocks/smartnetwork",
"version": "4.7.2", "version": "4.7.3",
"private": false, "private": false,
"description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.", "description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.",
"exports": { "exports": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartnetwork', 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.' description: 'A toolkit for network diagnostics including speed tests, port availability checks, and more.'
} }