From 737c2d5ff0f968b84530c60ae8c14691d74e96d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jan 2024 15:15:14 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/uport-project/uport-did-driver/compare/4.3.7...5.0.0) (2024-01-22) ### Features * **deps:** bump peer-did-resolver to 2.0.0 and add test ([#121](https://github.com/uport-project/uport-did-driver/issues/121)) ([5e537dc](https://github.com/uport-project/uport-did-driver/commit/5e537dc2e9ce65262d202a1e31fdea45b887325d)), closes [#119](https://github.com/uport-project/uport-did-driver/issues/119) ### BREAKING CHANGES * **deps:** The resolution of did:peer:2 identifiers now yields documents that use `Multikey` as the verification method `type` --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc76b7c..5bb6821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/uport-project/uport-did-driver/compare/4.3.7...5.0.0) (2024-01-22) + + +### Features + +* **deps:** bump peer-did-resolver to 2.0.0 and add test ([#121](https://github.com/uport-project/uport-did-driver/issues/121)) ([5e537dc](https://github.com/uport-project/uport-did-driver/commit/5e537dc2e9ce65262d202a1e31fdea45b887325d)), closes [#119](https://github.com/uport-project/uport-did-driver/issues/119) + + +### BREAKING CHANGES + +* **deps:** The resolution of did:peer:2 identifiers now yields documents that use `Multikey` as the verification method `type` + ## [4.3.7](https://github.com/uport-project/uport-did-driver/compare/4.3.6...4.3.7) (2024-01-13) diff --git a/package.json b/package.json index a631e20..67b0e2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uport-did-driver", - "version": "4.3.7", + "version": "5.0.0", "private": "true", "description": "uPort DID method driver", "main": "src/server.js",