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.9
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.10
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 10, 2021

  1. Copy the full SHA
    0728ffb View commit details
  2. chore(release): 2.0.10 [skip ci]

    ## [2.0.10](2.0.9...2.0.10) (2021-12-10)
    
    ### Bug Fixes
    
    * **deps:** Update dependency did-resolver to v3.1.5 ([0728ffb](0728ffb))
    semantic-release-bot committed Dec 10, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6a3d013 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.10](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.9...2.0.10) (2021-12-10)


### Bug Fixes

* **deps:** Update dependency did-resolver to v3.1.5 ([0728ffb](https://github.com/decentralized-identity/web-did-resolver/commit/0728ffb91674c4c20a1cf1ad8abf6bbb37908db1))

## [2.0.9](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.8...2.0.9) (2021-12-06)


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.4",
"did-resolver": "3.1.5",
"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.9",
"version": "2.0.10",
"description": "Resolve DID documents from an https domain",
"source": "src/resolver.ts",
"main": "lib/resolver.js",