From 85659aab68305979305e3d7b214ab6a1088aaaeb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Aug 2023 03:39:54 +0000 Subject: [PATCH] chore(release): 4.2.6 [skip ci] ## [4.2.6](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.5...v4.2.6) (2023-08-10) ### Bug Fixes * **bgColor:** :bug: Fixed a background color ([d29b38a](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/d29b38a6d7841d51a916fde917b0e8e6d6de8928)) * **bgColor:** :bug: Fixed a background color ([776a8bb](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/776a8bbd3e8eb8e371b600d26260caf38bdf92dd)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8069ac5..cc82c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.2.6](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.5...v4.2.6) (2023-08-10) + + +### Bug Fixes + +* **bgColor:** :bug: Fixed a background color ([d29b38a](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/d29b38a6d7841d51a916fde917b0e8e6d6de8928)) +* **bgColor:** :bug: Fixed a background color ([776a8bb](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/776a8bbd3e8eb8e371b600d26260caf38bdf92dd)) + ## [4.2.5](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.4...v4.2.5) (2023-07-24) diff --git a/package.json b/package.json index 2a9760e..3babc1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-electron-titlebar", - "version": "4.2.5", + "version": "4.2.6", "description": "Library for electron that allows you to configure a fully customizable title bar.", "types": "./dist/index.d.ts", "main": "./dist/index.ts",