diff --git a/changelog.md b/changelog.md index e673c3f..7e0ab27 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-19 - 1.0.110 + ### Fixes - bump @api.global/typedserver to ^8.4.7 and @push.rocks/smartsocket to ^4.0.2 (deps) diff --git a/package.json b/package.json index 863d270..242aa7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartuniverse", - "version": "1.0.109", + "version": "1.0.110", "private": false, "description": "A messaging service enabling secure, reactive communication between microservices.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9a24571..9e67aed 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartuniverse', - version: '1.0.109', + version: '1.0.110', description: 'A messaging service enabling secure, reactive communication between microservices.' }