Skip to content

Commit 82fd5ef

Browse files
chore(release): 3.1.4 [skip ci]
## [3.1.4](3.1.3...3.1.4) (2021-12-04) ### Bug Fixes * add optional `[@context](https://github.com/context)` to result data type ([#108](#108)) ([39a3301](39a3301))
1 parent 39a3301 commit 82fd5ef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.4](https://github.com/decentralized-identity/did-resolver/compare/3.1.3...3.1.4) (2021-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add optional `[@context](https://github.com/context)` to result data type ([#108](https://github.com/decentralized-identity/did-resolver/issues/108)) ([39a3301](https://github.com/decentralized-identity/did-resolver/commit/39a330197b2125b59456284e01732340149bab82))
7+
18
## [3.1.3](https://github.com/decentralized-identity/did-resolver/compare/3.1.2...3.1.3) (2021-10-26)
29

310

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.1.3",
3+
"version": "3.1.4",
44
"description": "Resolve DID documents",
55
"source": "src/resolver.ts",
66
"main": "lib/resolver.js",

0 commit comments

Comments
 (0)