Skip to content

Commit

Permalink
chore(release): 6.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.6.0](6.5.0...6.6.0) (2022-08-19)

### Features

* export error prefixes as object instead of enum ([#244](#244)) ([e5b070d](e5b070d)), closes [#243](#243)
  • Loading branch information
semantic-release-bot committed Aug 19, 2022
1 parent e5b070d commit bf8c552
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.6.0](https://github.com/decentralized-identity/did-jwt/compare/6.5.0...6.6.0) (2022-08-19)


### Features

* export error prefixes as object instead of enum ([#244](https://github.com/decentralized-identity/did-jwt/issues/244)) ([e5b070d](https://github.com/decentralized-identity/did-jwt/commit/e5b070d369acdaabeb7ea4e540e7cc0d6f945cb9)), closes [#243](https://github.com/decentralized-identity/did-jwt/issues/243)

# [6.5.0](https://github.com/decentralized-identity/did-jwt/compare/6.4.0...6.5.0) (2022-08-18)


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.5.0",
"version": "6.6.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 bf8c552

Please sign in to comment.