From 4ea1209fcf6df2cb12af4d3f71fb03faf1c4a099 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 19 May 2026 16:33:49 +0000 Subject: [PATCH] v1.0.110 --- 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 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.' }