Skip to content

Commit

Permalink
chore(release): 7.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.1.0](7.0.0...7.1.0) (2023-05-03)

### Features

* add support for ConditionalProof2022 verificationMethods ([#272](#272)) ([9bebe3f](9bebe3f))
  • Loading branch information
semantic-release-bot committed May 3, 2023
1 parent 9bebe3f commit 056b2e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [7.1.0](https://github.com/decentralized-identity/did-jwt/compare/7.0.0...7.1.0) (2023-05-03)


### Features

* add support for ConditionalProof2022 verificationMethods ([#272](https://github.com/decentralized-identity/did-jwt/issues/272)) ([9bebe3f](https://github.com/decentralized-identity/did-jwt/commit/9bebe3fc7393db0a9b1d06655337a6e8b4a9eaf9))

# [7.0.0](https://github.com/decentralized-identity/did-jwt/compare/6.11.6...7.0.0) (2023-04-19)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
"version": "7.0.0",
"version": "7.1.0",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -109,4 +109,4 @@
"eslintIgnore": [
"*.test.ts"
]
}
}

0 comments on commit 056b2e4

Please sign in to comment.