From cc31d448f4f8bbc127c771824069e88dca5bdaed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jun 2022 16:19:50 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/uport-project/credential-status/compare/2.0.2...2.0.3) (2022-06-08) ### Bug Fixes * **deps:** bump did-jwt to v6 & did-resolver to 3.2.2 ([#50](https://github.com/uport-project/credential-status/issues/50)) ([4c10524](https://github.com/uport-project/credential-status/commit/4c105249a4a9b1a59c1617d561ab31f0177ec25d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc502ba..2c7c33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://github.com/uport-project/credential-status/compare/2.0.2...2.0.3) (2022-06-08) + + +### Bug Fixes + +* **deps:** bump did-jwt to v6 & did-resolver to 3.2.2 ([#50](https://github.com/uport-project/credential-status/issues/50)) ([4c10524](https://github.com/uport-project/credential-status/commit/4c105249a4a9b1a59c1617d561ab31f0177ec25d)) + ## [2.0.2](https://github.com/uport-project/credential-status/compare/2.0.1...2.0.2) (2022-05-12) diff --git a/package.json b/package.json index cf4c1a8..ae20ce4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "credential-status", - "version": "2.0.2", + "version": "2.0.3", "description": "credential status aggregator for did-jwt", "type": "module", "source": "src/index.ts",