Skip to content

Commit

Permalink
chore(release): 3.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 4, 2021
1 parent 39a3301 commit 82fd5ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.4](https://github.com/decentralized-identity/did-resolver/compare/3.1.3...3.1.4) (2021-12-04)


### Bug Fixes

* 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))

## [3.1.3](https://github.com/decentralized-identity/did-resolver/compare/3.1.2...3.1.3) (2021-10-26)


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": "did-resolver",
"version": "3.1.3",
"version": "3.1.4",
"description": "Resolve DID documents",
"source": "src/resolver.ts",
"main": "lib/resolver.js",
Expand Down

0 comments on commit 82fd5ef

Please sign in to comment.