From 47155b5637dc4b8d369104a3daa83f7a5518e082 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 19 May 2026 16:26:58 +0000 Subject: [PATCH] v4.0.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 debfbcc..aeb70d4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-19 - 4.0.2 + - remove obsolete `@push.rocks/isohash` dependency and plugin export ## 2026-04-30 - 4.0.1 - fix(build) diff --git a/package.json b/package.json index e0bbf2b..9eced45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartsocket", - "version": "4.0.1", + "version": "4.0.2", "description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 39929be..c1e1181 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartsocket', - version: '4.0.1', + version: '4.0.2', description: 'Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.' }