diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fc613..34cc34f 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.51](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.50...v0.0.1-alpha.51) (2024-09-24) + + +### Features + +* test new udi scheme ([0719f9d](https://github.com/DIG-Network/dig-content-server/commit/0719f9dcc88223eb8018fba4ee29afde8daf04af)) + ### [0.0.1-alpha.50](https://github.com/DIG-Network/dig-content-server/compare/v0.0.1-alpha.49...v0.0.1-alpha.50) (2024-09-24) diff --git a/package-lock.json b/package-lock.json index ed03e19..2ac9d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dig-content-server", - "version": "0.0.1-alpha.50", + "version": "0.0.1-alpha.51", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dig-content-server", - "version": "0.0.1-alpha.50", + "version": "0.0.1-alpha.51", "license": "ISC", "dependencies": { "@dignetwork/dig-sdk": "^0.0.1-alpha.66", diff --git a/package.json b/package.json index be44459..0a9467d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig-content-server", - "version": "0.0.1-alpha.50", + "version": "0.0.1-alpha.51", "description": "", "type": "commonjs", "main": "./dist/index.js",