Skip to content

Commit 737c2d5

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](4.3.7...5.0.0) (2024-01-22) ### Features * **deps:** bump peer-did-resolver to 2.0.0 and add test ([#121](#121)) ([5e537dc](5e537dc)), closes [#119](#119) ### BREAKING CHANGES * **deps:** The resolution of did:peer:2 identifiers now yields documents that use `Multikey` as the verification method `type`
1 parent 5e537dc commit 737c2d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0](https://github.com/uport-project/uport-did-driver/compare/4.3.7...5.0.0) (2024-01-22)
2+
3+
4+
### Features
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** The resolution of did:peer:2 identifiers now yields documents that use `Multikey` as the verification method `type`
12+
113
## [4.3.7](https://github.com/uport-project/uport-did-driver/compare/4.3.6...4.3.7) (2024-01-13)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uport-did-driver",
3-
"version": "4.3.7",
3+
"version": "5.0.0",
44
"private": "true",
55
"description": "uPort DID method driver",
66
"main": "src/server.js",

0 commit comments

Comments
 (0)