Skip to content

Commit ecebe22

Browse files
Merge pull request #28 from DIG-Network/release/v0.0.1-alpha.29
Release/v0.0.1 alpha.29
2 parents 4cf153b + 75bb2cc commit ecebe22

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.29](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.28...v0.0.1-alpha.29) (2024-09-22)
6+
57
### [0.0.1-alpha.28](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.27...v0.0.1-alpha.28) (2024-09-22)
68

79
### [0.0.1-alpha.27](https://github.com/DIG-Network/dig-cli/compare/v0.0.1-alpha.26...v0.0.1-alpha.27) (2024-09-20)

package-lock.json

Lines changed: 19 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dignetwork/dig-chia-cli",
3-
"version": "0.0.1-alpha.28",
3+
"version": "0.0.1-alpha.29",
44
"description": "",
55
"type": "commonjs",
66
"main": "./dist/index.js",
@@ -24,6 +24,7 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27+
"@dignetwork/dig-chia-cli": "^0.0.1-alpha.28",
2728
"@dignetwork/dig-sdk": "^0.0.1-alpha.58",
2829
"bip39": "^3.1.0",
2930
"datalayer-driver": "^0.1.21",

src/actions/push.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ export const push = async (): Promise<void> => {
5353

5454
} catch (error: any) {
5555
console.error(`Push failed: ${error.message}`);
56+
} finally {
57+
process.exit();
5658
}
5759
};

0 commit comments

Comments
 (0)