From 257f06d94b2311325e5209b523f0565360283c81 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 30 May 2026 18:31:33 +0000 Subject: [PATCH] v1.4.1 --- 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 fb2c9e3..a3bf14c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-30 - 1.4.1 + ### Fixes - verify built public exports during tests (build) diff --git a/package.json b/package.json index 6feacd5..4be1e14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@signature.digital/tools", - "version": "1.4.0", + "version": "1.4.1", "private": false, "description": "A TypeScript package providing utilities for managing digital contracts with modular interfaces and business context integration.", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index f48738d..ef64f20 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@signature.digital/tools', - version: '1.4.0', + version: '1.4.1', description: 'A TypeScript package providing utilities for managing digital contracts with modular interfaces and business context integration.' }