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