Skip to content

Commit

Permalink
Merge pull request #86 from DIG-Network/release/v0.0.1-alpha.95
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.95
  • Loading branch information
MichaelTaylor3D authored Sep 26, 2024
2 parents 17301d9 + 580f1a3 commit 6041fbb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.0.1-alpha.95](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.94...v0.0.1-alpha.95) (2024-09-26)


### Bug Fixes

* environment export ([c4fe1c3](https://github.com/DIG-Network/dig-chia-sdk/commit/c4fe1c33e6aebc42aa7d2dfd520e5994b16cc7a2))

### [0.0.1-alpha.94](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.93...v0.0.1-alpha.94) (2024-09-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dignetwork/dig-sdk",
"version": "0.0.1-alpha.94",
"version": "0.0.1-alpha.95",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export * from './NconfManager';
export * from './network';
export * from './spinnerUtils';
export * from './ssl';
export * from './validationUtils';
export * from './validationUtils';
export * from './Environment';

0 comments on commit 6041fbb

Please sign in to comment.