diff --git a/CHANGELOG.md b/CHANGELOG.md index f2413e8..c7e5e70 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.31](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.30...v0.0.1-alpha.31) (2024-09-27) + + +### Features + +* restart intervals to fix stuck payments ([ee6f51b](https://github.com/DIG-Network/dig-incentive-server/commit/ee6f51b109a98a9450ca88332251b535477f011c)) + ### [0.0.1-alpha.30](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.29...v0.0.1-alpha.30) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index 1c703b1..ca516e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dig-incentive-server", - "version": "0.0.1-alpha.30", + "version": "0.0.1-alpha.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dig-incentive-server", - "version": "0.0.1-alpha.30", + "version": "0.0.1-alpha.31", "license": "ISC", "dependencies": { "@dignetwork/datalayer-driver": "^0.1.28", diff --git a/package.json b/package.json index 37bbfc4..b0bc075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig-incentive-server", - "version": "0.0.1-alpha.30", + "version": "0.0.1-alpha.31", "description": "", "type": "commonjs", "main": "./dist/index.js",