From ee6e9e9d89ff5051c1cd59aed32186fccc72f9e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Jan 2023 13:00:12 +0000 Subject: [PATCH] chore(release): 2.0.0-alpha.26 [skip ci] ## [2.0.0-alpha.26](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2023-01-17) ### Bug Fixes * downgrade didstore to v0.7.1-alpha.816.0 ([c7eae95](https://github.com/energywebfoundation/passport-did-auth/commit/c7eae9557df9b26b08da278701505023a0cc4676)) --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6a220f0..427633b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.0-alpha.26](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2023-01-17) + + +### Bug Fixes + +* downgrade didstore to v0.7.1-alpha.816.0 ([c7eae95](https://github.com/energywebfoundation/passport-did-auth/commit/c7eae9557df9b26b08da278701505023a0cc4676)) + ## [2.0.0-alpha.25](https://github.com/energywebfoundation/passport-did-auth/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2022-12-09) diff --git a/package.json b/package.json index 0b252e6..cd458fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-did-auth", - "version": "2.0.0-alpha.25", + "version": "2.0.0-alpha.26", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",