diff --git a/CHANGELOG.md b/CHANGELOG.md index 2756beb..6ab3f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.23](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.22...v0.0.1-alpha.23) (2024-09-16) + + +### Features + +* add redirect logic to other peers when store not found ([aa57a0a](https://github.com/DIG-Network/dig-content-server/commit/aa57a0a1550ddc1ab47fd0125106285ed95b9e76)) + ### [0.0.1-alpha.22](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.21...v0.0.1-alpha.22) (2024-09-16) ### [0.0.1-alpha.21](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.20...v0.0.1-alpha.21) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index c07d268..5a7fd72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dig-content-server", - "version": "0.0.1-alpha.22", + "version": "0.0.1-alpha.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dig-content-server", - "version": "0.0.1-alpha.22", + "version": "0.0.1-alpha.23", "license": "ISC", "dependencies": { "@dignetwork/dig-sdk": "^0.0.1-alpha.21", diff --git a/package.json b/package.json index 52dd249..8d1fb07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig-content-server", - "version": "0.0.1-alpha.22", + "version": "0.0.1-alpha.23", "description": "", "type": "commonjs", "main": "./dist/index.js",