Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 9995f12

Browse files
committed
chore(release): 🔖 4.2.8 [skip ci]
## [4.2.8](v4.2.7...v4.2.8) (2024-01-15) ### Bug Fixes * **unfocusEffect:** 🐛 Fix unfocusEffect on titlebar ([45c6917](45c6917))
1 parent 45c6917 commit 9995f12

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.2.8](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.7...v4.2.8) (2024-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **unfocusEffect:** :bug: Fix unfocusEffect on titlebar ([45c6917](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/45c6917c41743ba51fd6f44c3102f85600d66392))
9+
310
## [4.2.7](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.6...v4.2.7) (2023-08-13)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-electron-titlebar",
3-
"version": "4.2.7",
3+
"version": "4.2.8",
44
"description": "Library for electron that allows you to configure a fully customizable title bar.",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.ts",

0 commit comments

Comments
 (0)