Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](1.0.1...2.0.0) (2024-01-22)

### Bug Fixes

* **deps:** bump @aviarytech/did-peer to 0.0.22 ([#5](#5)) ([f55b7a6](f55b7a6))

### BREAKING CHANGES

* **deps:** The formats for the verification methods has changed due to the version bump, now returning `Multikey` as the `type` of the verification methods
  • Loading branch information
semantic-release-bot committed Jan 22, 2024
1 parent f55b7a6 commit eb21093
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [2.0.0](https://github.com/veramolabs/peer-did-resolver/compare/1.0.1...2.0.0) (2024-01-22)


### Bug Fixes

* **deps:** bump @aviarytech/did-peer to 0.0.22 ([#5](https://github.com/veramolabs/peer-did-resolver/issues/5)) ([f55b7a6](https://github.com/veramolabs/peer-did-resolver/commit/f55b7a6d35934fb39265853ec3b7db299f8700fe))


### BREAKING CHANGES

* **deps:** The formats for the verification methods has changed due to the version bump, now returning `Multikey` as the `type` of the verification methods
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peer-did-resolver",
"version": "1.0.0",
"version": "2.0.0",
"description": "Resolve DID documents for did:peer",
"type": "module",
"source": "src/resolver.ts",
Expand Down Expand Up @@ -46,7 +46,9 @@
"testMatch": [
"**/__tests__/**/*.test.[jt]s"
],
"transformIgnorePatterns": ["/node_modules/@aviarytech/peer-did"]
"transformIgnorePatterns": [
"/node_modules/@aviarytech/peer-did"
]
},
"devDependencies": {
"@babel/core": "7.20.2",
Expand Down

0 comments on commit eb21093

Please sign in to comment.