Skip to content

Commit

Permalink
chore(release): 2.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.2](2.1.1...2.1.2) (2020-12-09)

### Bug Fixes

* **types:** fix data type for "authentication" array in `DIDDocument` ([#60](#60)) ([d017cb3](d017cb3))
* extend `DIDDocument.[@context](https://github.com/context)` data type to include arrays ([#70](#70)) ([8781b69](8781b69)), closes [#68](#68)
  • Loading branch information
semantic-release-bot committed Dec 9, 2020
1 parent 8781b69 commit 3cfdaf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.2](https://github.com/decentralized-identity/did-resolver/compare/2.1.1...2.1.2) (2020-12-09)


### Bug Fixes

* **types:** fix data type for "authentication" array in `DIDDocument` ([#60](https://github.com/decentralized-identity/did-resolver/issues/60)) ([d017cb3](https://github.com/decentralized-identity/did-resolver/commit/d017cb32cc24ec84994d1b7c4fb56126a796dfff))
* extend `DIDDocument.[@context](https://github.com/context)` data type to include arrays ([#70](https://github.com/decentralized-identity/did-resolver/issues/70)) ([8781b69](https://github.com/decentralized-identity/did-resolver/commit/8781b691ebeacd24a185b96ae33d8426309df9a4)), closes [#68](https://github.com/decentralized-identity/did-resolver/issues/68)

## [2.1.1](https://github.com/decentralized-identity/did-resolver/compare/2.1.0...2.1.1) (2020-08-19)


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": "2.1.1",
"version": "2.1.2",
"description": "Resolve DID documents",
"main": "lib/resolver.js",
"types": "lib/resolver.d.ts",
Expand Down

0 comments on commit 3cfdaf7

Please sign in to comment.