Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
12eba17c7c | |||
033024951d |
@ -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.
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user