From 9995f129c8a07560548c1b1a4ecf4a2b58a98280 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 15 Jan 2024 15:39:33 +0000 Subject: [PATCH] chore(release): :bookmark: 4.2.8 [skip ci] ## [4.2.8](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.7...v4.2.8) (2024-01-15) ### Bug Fixes * **unfocusEffect:** :bug: Fix unfocusEffect on titlebar ([45c6917](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/45c6917c41743ba51fd6f44c3102f85600d66392)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659bc79..3314fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.8](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.7...v4.2.8) (2024-01-15) + + +### Bug Fixes + +* **unfocusEffect:** :bug: Fix unfocusEffect on titlebar ([45c6917](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/45c6917c41743ba51fd6f44c3102f85600d66392)) + ## [4.2.7](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.6...v4.2.7) (2023-08-13) diff --git a/package.json b/package.json index 252b627..0252ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-electron-titlebar", - "version": "4.2.7", + "version": "4.2.8", "description": "Library for electron that allows you to configure a fully customizable title bar.", "types": "./dist/index.d.ts", "main": "./dist/index.ts",