From fb29d2b6b424cdc9f251795796f4fd50aa8f203b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Jul 2021 12:18:33 +0000 Subject: [PATCH] chore(release): 2.1.6 [skip ci] ## [2.1.6](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.5...2.1.6) (2021-07-22) ### Bug Fixes * **build:** revert back to microbundle and module output ([d28729a](https://github.com/decentralized-identity/did-jwt-vc/commit/d28729abb906e817e6822dd38abdbdd3f89f1c66)), closes [#84](https://github.com/decentralized-identity/did-jwt-vc/issues/84) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dae2c5..242eea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.6](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.5...2.1.6) (2021-07-22) + + +### Bug Fixes + +* **build:** revert back to microbundle and module output ([d28729a](https://github.com/decentralized-identity/did-jwt-vc/commit/d28729abb906e817e6822dd38abdbdd3f89f1c66)), closes [#84](https://github.com/decentralized-identity/did-jwt-vc/issues/84) + ## [2.1.5](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.4...2.1.5) (2021-07-21) diff --git a/package.json b/package.json index de68407..497ce25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt-vc", - "version": "2.1.5", + "version": "2.1.6", "description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", "source": "src/index.ts", "main": "./lib/index.js",