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

Commits on Sep 30, 2021

  1. Copy the full SHA
    7902b3f View commit details
  2. chore(release): 2.0.6 [skip ci]

    ## [2.0.6](2.0.5...2.0.6) (2021-09-30)
    
    ### Bug Fixes
    
    * **deps:** Update dependency did-resolver to v3.1.2 ([7902b3f](7902b3f))
    semantic-release-bot committed Sep 30, 2021
    Copy the full SHA
    2e30069 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.6](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.5...2.0.6) (2021-09-30)


### Bug Fixes

* **deps:** Update dependency did-resolver to v3.1.2 ([7902b3f](https://github.com/decentralized-identity/web-did-resolver/commit/7902b3fac8a8f0fae4a001fea9a21ca479732fe6))

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


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.1",
"did-resolver": "3.1.2",
"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.5",
"version": "2.0.6",
"description": "Resolve DID documents from an https domain",
"source": "src/resolver.ts",
"main": "lib/resolver.js",