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

Commit 4b4505d

Browse files
chore(release): 🔖 4.2.7 [skip ci]
## [4.2.7](v4.2.6...v4.2.7) (2023-08-13) ### Bug Fixes * **window-controls:** 🩹 Fix Maximization button ([38740fc](38740fc)), closes [#235](#235)
1 parent e8a806e commit 4b4505d

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.7](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.6...v4.2.7) (2023-08-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **window-controls:** :adhesive_bandage: Fix Maximization button ([38740fc](https://github.com/AlexTorresDev/custom-electron-titlebar/commit/38740fcd9450b9b02654005f562a13c81bbc180e)), closes [#235](https://github.com/AlexTorresDev/custom-electron-titlebar/issues/235)
9+
310
## [4.2.6](https://github.com/AlexTorresDev/custom-electron-titlebar/compare/v4.2.5...v4.2.6) (2023-08-10)
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.6",
3+
"version": "4.2.7",
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)