From a7d2eb141c56ab03e5a0cc4400bf996e20b710e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 12:33:55 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/cheqd/credential-service/compare/1.1.0...1.1.1) (2022-10-12) ### Bug Fixes * **deps:** Bump node from 16-alpine to 17-alpine ([bbb0547](https://github.com/cheqd/credential-service/commit/bbb0547cbf990b75330d05df55f2a5159370426d)) * **deps:** Bump node from 16-alpine to 17-alpine ([#60](https://github.com/cheqd/credential-service/issues/60)) ([49d5dcd](https://github.com/cheqd/credential-service/commit/49d5dcd7b77a4dd822fa0ebd9ff061874b599696)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f35ed77e..74d9b7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/cheqd/credential-service/compare/1.1.0...1.1.1) (2022-10-12) + + +### Bug Fixes + +* **deps:** Bump node from 16-alpine to 17-alpine ([bbb0547](https://github.com/cheqd/credential-service/commit/bbb0547cbf990b75330d05df55f2a5159370426d)) +* **deps:** Bump node from 16-alpine to 17-alpine ([#60](https://github.com/cheqd/credential-service/issues/60)) ([49d5dcd](https://github.com/cheqd/credential-service/commit/49d5dcd7b77a4dd822fa0ebd9ff061874b599696)) + ## [1.1.0](https://github.com/cheqd/credential-service/compare/1.0.0...1.1.0) (2022-10-07) diff --git a/package.json b/package.json index a670e7a0..2f97c5c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/credential-service", - "version": "1.1.0", + "version": "1.1.1", "description": "cheqd Credential Service Backend", "source": "src/index.ts", "main": "dist/worker.js",