From 524c9420c4e793db69e8567a00a62ef4bb2dd30f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 May 2022 10:04:52 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/uport-project/credential-status/compare/2.0.1...2.0.2) (2022-05-12) ### Bug Fixes * **ci:** add multiple build targets ([#47](https://github.com/uport-project/credential-status/issues/47)) ([daa5baa](https://github.com/uport-project/credential-status/commit/daa5baaa7a1a0fe689c622cb891fc03d6803d2e5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5bc48f..cc502ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/uport-project/credential-status/compare/2.0.1...2.0.2) (2022-05-12) + + +### Bug Fixes + +* **ci:** add multiple build targets ([#47](https://github.com/uport-project/credential-status/issues/47)) ([daa5baa](https://github.com/uport-project/credential-status/commit/daa5baaa7a1a0fe689c622cb891fc03d6803d2e5)) + ## [2.0.1](https://github.com/uport-project/credential-status/compare/2.0.0...2.0.1) (2022-05-11) diff --git a/package.json b/package.json index da3821a..8524af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "credential-status", - "version": "2.0.1", + "version": "2.0.2", "description": "credential status aggregator for did-jwt", "type": "module", "source": "src/index.ts",