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

Commits on Apr 13, 2022

  1. Copy the full SHA
    36d0e22 View commit details
  2. chore(release): 2.0.15 [skip ci]

    ## [2.0.15](2.0.14...2.0.15) (2022-04-13)
    
    ### Bug Fixes
    
    * **deps:** update dependency react-scripts to v5.0.1 ([36d0e22](36d0e22))
    semantic-release-bot committed Apr 13, 2022
    Copy the full SHA
    f8733af View commit details
Showing with 2,303 additions and 2,378 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2,294 −2,376 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.15](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.14...2.0.15) (2022-04-13)


### Bug Fixes

* **deps:** update dependency react-scripts to v5.0.1 ([36d0e22](https://github.com/decentralized-identity/web-did-resolver/commit/36d0e22ffd8f207d24a9461227cfac1b736a07d0))

## [2.0.14](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.13...2.0.14) (2022-03-31)


4,670 changes: 2,294 additions & 2,376 deletions example/react-app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/react-app/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"did-resolver": "3.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"web-did-resolver": "../../"
},
"scripts": {
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.14",
"version": "2.0.15",
"description": "Resolve DID documents from an https domain",
"source": "src/resolver.ts",
"main": "lib/resolver.js",