Skip to content

Commit

Permalink
chore(release): 2.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.5](2.1.4...2.1.5) (2021-07-21)

### Bug Fixes

* **build:** revert to tsc for compilation ([#85](#85)) ([b7dedea](b7dedea)), closes [#84](#84)
  • Loading branch information
semantic-release-bot committed Jul 21, 2021
1 parent b7dedea commit 8ee0a10
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 @@
## [2.1.5](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.4...2.1.5) (2021-07-21)


### Bug Fixes

* **build:** revert to tsc for compilation ([#85](https://github.com/decentralized-identity/did-jwt-vc/issues/85)) ([b7dedea](https://github.com/decentralized-identity/did-jwt-vc/commit/b7dedea4847ea402fd049ee4e15d144650e90a94)), closes [#84](https://github.com/decentralized-identity/did-jwt-vc/issues/84)

## [2.1.4](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.3...2.1.4) (2021-07-13)


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.4",
"version": "2.1.5",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
"source": "src/index.ts",
"main": "./lib/index.js",
Expand Down

0 comments on commit 8ee0a10

Please sign in to comment.