Skip to content

Commit

Permalink
Merge pull request #108 from DIG-Network/release/v0.0.1-alpha.114
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.114
  • Loading branch information
MichaelTaylor3D authored Oct 6, 2024
2 parents 51a98ce + 9348301 commit 2e2a471
Show file tree
Hide file tree
Showing 3 changed files with 15 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.114](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.113...v0.0.1-alpha.114) (2024-10-06)


### Features

* add peer ranker to sync stores ([a21b4c0](https://github.com/DIG-Network/dig-propagation-server/commit/a21b4c066229bb0db565cd87a54d22da1c1395d1))

### [0.0.1-alpha.113](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.112...v0.0.1-alpha.113) (2024-10-06)


Expand Down
12 changes: 6 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": "dig-propagation-server",
"version": "0.0.1-alpha.113",
"version": "0.0.1-alpha.114",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.148",
"@dignetwork/dig-sdk": "^0.0.1-alpha.149",
"async-mutex": "^0.5.0",
"busboy": "^1.6.0",
"express": "^4.19.2",
Expand Down

0 comments on commit 2e2a471

Please sign in to comment.