Skip to content

Commit

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

### Features

* add verification policies ([#119](#119)) ([d44e803](d44e803)), closes [#118](#118)

### BREAKING CHANGES

* The error messages are now prefixed with recognizable error codes. This is a breaking change if you were checking the exact error messages being returned before. Otherwise, it is safe to upgrade without issues.
  • Loading branch information
semantic-release-bot committed Aug 18, 2022
1 parent d44e803 commit 3db4273
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.14...3.0.0) (2022-08-18)


### Features

* add verification policies ([#119](https://github.com/decentralized-identity/did-jwt-vc/issues/119)) ([d44e803](https://github.com/decentralized-identity/did-jwt-vc/commit/d44e80355a4e266fbf30bed3ef5df4401861de6b)), closes [#118](https://github.com/decentralized-identity/did-jwt-vc/issues/118)


### BREAKING CHANGES

* The error messages are now prefixed with recognizable error codes. This is a breaking change if you were checking the exact error messages being returned before. Otherwise, it is safe to upgrade without issues.

## [2.1.14](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.13...2.1.14) (2022-08-03)


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-vc",
"version": "2.1.14",
"version": "3.0.0",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 3db4273

Please sign in to comment.