Skip to content

Commit 1dbb292

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.2.2...4.0.0) (2022-08-02) ### Bug Fixes * **types:** update Service interface to match latest DID spec ([#136](#136)) ([4ead68e](4ead68e)), closes [#135](#135) ### BREAKING CHANGES * **types:** the `ServiceEndpoint` type has been renamed to `Service` and a new type `ServiceEndpoint` was created to fit the [DID spec](https://www.w3.org/TR/did-core/#services)
1 parent 4ead68e commit 1dbb292

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+
# [4.0.0](https://github.com/decentralized-identity/did-resolver/compare/3.2.2...4.0.0) (2022-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** update Service interface to match latest DID spec ([#136](https://github.com/decentralized-identity/did-resolver/issues/136)) ([4ead68e](https://github.com/decentralized-identity/did-resolver/commit/4ead68e54dc2c41015ea5dda39b00fe2a2881190)), closes [#135](https://github.com/decentralized-identity/did-resolver/issues/135)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **types:** the `ServiceEndpoint` type has been renamed to `Service` and a new type `ServiceEndpoint` was created to fit the [DID spec](https://www.w3.org/TR/did-core/#services)
12+
113
## [3.2.2](https://github.com/decentralized-identity/did-resolver/compare/3.2.1...3.2.2) (2022-06-05)
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": "did-resolver",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"description": "Resolve DID documents",
55
"type": "module",
66
"source": "src/resolver.ts",

0 commit comments

Comments
 (0)