Skip to content

Commit

Permalink
Merge pull request #143 from DIG-Network/release/v0.0.1-alpha.159
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.159
  • Loading branch information
MichaelTaylor3D authored Oct 7, 2024
2 parents 6c54d12 + e43d227 commit 5b2bc13
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 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.159](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.158...v0.0.1-alpha.159) (2024-10-07)


### Features

* additional caching measure to optimize requests ([6f57901](https://github.com/DIG-Network/dig-chia-sdk/commit/6f5790156ccf814fdf7d1c86f6c86985fd03755e))

### [0.0.1-alpha.158](https://github.com/DIG-Network/dig-chia-sdk/compare/v0.0.1-alpha.157...v0.0.1-alpha.158) (2024-10-07)


Expand Down
14 changes: 8 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.158",
"version": "0.0.1-alpha.159",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.29",
"@dignetwork/dig-sdk": "^0.0.1-alpha.124",
"@dignetwork/dig-sdk": "^0.0.1-alpha.158",
"archiver": "^7.0.1",
"axios": "^1.7.7",
"bip39": "^3.1.0",
Expand Down

0 comments on commit 5b2bc13

Please sign in to comment.