Skip to content

Commit

Permalink
chore(release): 6.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.8.0](6.7.0...6.8.0) (2022-09-06)

### Features

* add VerifierAlgorithm for ES256 ([#249](#249)) ([05283ac](05283ac))
  • Loading branch information
semantic-release-bot committed Sep 6, 2022
1 parent 05283ac commit 86010a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.8.0](https://github.com/decentralized-identity/did-jwt/compare/6.7.0...6.8.0) (2022-09-06)


### Features

* add VerifierAlgorithm for ES256 ([#249](https://github.com/decentralized-identity/did-jwt/issues/249)) ([05283ac](https://github.com/decentralized-identity/did-jwt/commit/05283aca631f06a4c5db971bd71c46b9e185595f))

# [6.7.0](https://github.com/decentralized-identity/did-jwt/compare/6.6.1...6.7.0) (2022-09-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
"version": "6.7.0",
"version": "6.8.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

0 comments on commit 86010a6

Please sign in to comment.