Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: decentralized-identity/web-did-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.6
Choose a base ref
...
head repository: decentralized-identity/web-did-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.7
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 27, 2021

  1. Partially verified

    This commit is signed with the committer’s verified signature.
    nandahkrishna’s contribution has been verified via GPG key.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    d77839f View commit details
  2. chore(release): 2.0.7 [skip ci]

    ## [2.0.7](2.0.6...2.0.7) (2021-10-27)
    
    ### Bug Fixes
    
    * **deps:** Update dependency did-resolver to v3.1.3 ([d77839f](d77839f))
    semantic-release-bot committed Oct 27, 2021
    Copy the full SHA
    5b1c66c View commit details
Showing with 12 additions and 5 deletions.
  1. +7 −0 CHANGELOG.md
  2. +3 −3 example/react-app/package-lock.json
  3. +1 −1 example/react-app/package.json
  4. +1 −1 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.7](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.6...2.0.7) (2021-10-27)


### Bug Fixes

* **deps:** Update dependency did-resolver to v3.1.3 ([d77839f](https://github.com/decentralized-identity/web-did-resolver/commit/d77839f6a9e49cc8c3bceaad66b6099471586aff))

## [2.0.6](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.5...2.0.6) (2021-09-30)


6 changes: 3 additions & 3 deletions example/react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/react-app/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"did-resolver": "3.1.2",
"did-resolver": "3.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-did-resolver",
"version": "2.0.6",
"version": "2.0.7",
"description": "Resolve DID documents from an https domain",
"source": "src/resolver.ts",
"main": "lib/resolver.js",