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",