From 033024951dd72eb210ca5e89153876893b04b0e3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 18 Dec 2024 20:29:09 +0100 Subject: [PATCH] fix(core): No code changes detected. --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9ed8047..53215f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-18 - 1.0.6 - fix(core) +No code changes detected. + + ## 2024-12-18 - 1.0.5 - fix(core) Corrected package and npm extra configuration to ensure consistent naming. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 11725d7..0595b41 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.0.5', + version: '1.0.6', description: 'a package that defines standard tools for working with contracts.' }