Skip to content

Commit 0b98957

Browse files
Merge pull request #24 from DIG-Network/release/v0.0.1-alpha.25
Release/v0.0.1 alpha.25
2 parents 5e9b725 + 454db51 commit 0b98957

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.1-alpha.25](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.24...v0.0.1-alpha.25) (2024-09-11)
6+
7+
8+
### Features
9+
10+
* update clitool name ([5feb24e](https://github.com/DIG-Network/dig-cli/commit/5feb24e59ac66cb444b732755906f2f732c0e1e0))
11+
512
### [0.0.1-alpha.24](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.23...v0.0.1-alpha.24) (2024-09-10)
613

714
### [0.0.1-alpha.23](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.22...v0.0.1-alpha.23) (2024-09-10)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@dignetwork/dig-chia-cli",
3-
"version": "0.0.1-alpha.24",
3+
"version": "0.0.1-alpha.25",
44
"description": "",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"bin": {
9-
"dig": "./dist/index.js"
9+
"dignode": "./dist/index.js"
1010
},
1111
"scripts": {
1212
"build": "rm -rf dist && tsc && npm run postbuild",

0 commit comments

Comments
 (0)