Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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`
  • Loading branch information
semantic-release-bot committed Jan 22, 2024
1 parent 5e537dc commit 737c2d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 737c2d5

Please sign in to comment.