decentralized-identity / did-resolver

Universal did-resolver for javascript environments
Apache License 2.0
213 stars 44 forks source link

hotfix: fix DIDDocument type! #101

Closed oed closed 2 years ago

oed commented 2 years ago

Properties in the DIDDocument type changed from being optional to required in this commit.

This was released as a PATCH version, while it should be a MAJOR version.

This is a bug in the types since these properties should be optional. This PR makes them optional again. This should be released as a PATCH so that the previous release is unbroken for everyone that relies on the DIDDocument type.

uport-automation-bot commented 2 years ago

:tada: This PR is included in version 3.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: