From 40b17e51911042310fdac876497053c4232e1ca9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 15:07:14 +0000 Subject: [PATCH] chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/uport-project/ethr-did/compare/2.3.0...2.3.1) (2022-10-12) ### Bug Fixes * **deps:** bump ethr-did-resolver to 6.2.3 ([c26833a](https://github.com/uport-project/ethr-did/commit/c26833a0d1073b28cb1aefd959ac9bcbf121c56d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de869e1..e37bfde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.1](https://github.com/uport-project/ethr-did/compare/2.3.0...2.3.1) (2022-10-12) + + +### Bug Fixes + +* **deps:** bump ethr-did-resolver to 6.2.3 ([c26833a](https://github.com/uport-project/ethr-did/commit/c26833a0d1073b28cb1aefd959ac9bcbf121c56d)) + # [2.3.0](https://github.com/uport-project/ethr-did/compare/2.2.5...2.3.0) (2022-09-08) diff --git a/package.json b/package.json index d214407..a19cf66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethr-did", - "version": "2.3.0", + "version": "2.3.1", "description": "Create, manage and use did:ethr identifiers", "type": "module", "source": "src/index.ts",