2 Commits

Author SHA1 Message Date
12eba17c7c 1.0.6
Some checks failed
Default (tags) / security (push) Failing after 15s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-12-18 20:29:09 +01:00
033024951d fix(core): No code changes detected. 2024-12-18 20:29:09 +01:00
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
{
"name": "@signature.digital/tools",
"version": "1.0.5",
"version": "1.0.6",
"private": false,
"description": "a package that defines standard tools for working with contracts.",
"main": "dist_ts/index.js",

View File

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