From d8097e392d3eec6501c96f39c8658f512f4ed359 Mon Sep 17 00:00:00 2001 From: Michael Taylor Date: Mon, 9 Sep 2024 11:31:59 -0400 Subject: [PATCH] chore(release): 0.0.1-alpha.3 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4315c90..6ad9ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.2...v0.0.1-alpha.3) (2024-09-09) + ### 0.0.1-alpha.2 (2024-09-09) ## [1.0.0](https://github.com/Datalayer-Storage/dig-cli/compare/v0.0.49...v1.0.0) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index f6189f6..5b4b48b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dig-incentive-server", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dig-incentive-server", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "license": "ISC", "dependencies": { "async-mutex": "^0.5.0", diff --git a/package.json b/package.json index 6bb3633..fcaf27a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dig-incentive-server", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "description": "", "type": "commonjs", "main": "./dist/index.js",