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.' }