From 5602e2984698b7750180400cfc7be16f2ce83466 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Mar 2024 22:21:42 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/uport-project/credential-status/compare/3.0.2...3.0.3) (2024-03-20) ### Bug Fixes * **deps:** Update dependency did-jwt to v8.0.3 ([37b9d04](https://github.com/uport-project/credential-status/commit/37b9d04e77074537d4f6b9d6ad81aa57175ac2e9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3f3d0..81b3738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.3](https://github.com/uport-project/credential-status/compare/3.0.2...3.0.3) (2024-03-20) + + +### Bug Fixes + +* **deps:** Update dependency did-jwt to v8.0.3 ([37b9d04](https://github.com/uport-project/credential-status/commit/37b9d04e77074537d4f6b9d6ad81aa57175ac2e9)) + ## [3.0.2](https://github.com/uport-project/credential-status/compare/3.0.1...3.0.2) (2024-03-14) diff --git a/package.json b/package.json index 931e0c5..d35e9ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "credential-status", - "version": "3.0.2", + "version": "3.0.3", "description": "credential status aggregator for did-jwt", "type": "module", "source": "src/index.ts",