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