From 80ff757f1992e31adac46bb66a55a418a6eab3b1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Nov 2022 07:34:53 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/cheqd/wallet/compare/1.1.0...1.1.1) (2022-11-03) ### Bug Fixes * Background and text color overlap on creds ([#101](https://github.com/cheqd/wallet/issues/101)) ([346eb58](https://github.com/cheqd/wallet/commit/346eb58179bbc1197a27317febbb5087f93d8db7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042fdfbf..5d8594e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/cheqd/wallet/compare/1.1.0...1.1.1) (2022-11-03) + + +### Bug Fixes + +* Background and text color overlap on creds ([#101](https://github.com/cheqd/wallet/issues/101)) ([346eb58](https://github.com/cheqd/wallet/commit/346eb58179bbc1197a27317febbb5087f93d8db7)) + ## [1.1.0](https://github.com/cheqd/wallet/compare/1.0.1...1.1.0) (2022-10-21) diff --git a/package.json b/package.json index 7e7ec0d4..1474b45d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/wallet", - "version": "1.1.0", + "version": "1.1.1", "description": "cheqd Wallet", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",