Skip to content

Commit

Permalink
chore(release): 🔖 4.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.8](v4.2.7...v4.2.8) (2024-01-15)

### Bug Fixes

* **unfocusEffect:** 🐛 Fix unfocusEffect on titlebar ([45c6917](45c6917))
  • Loading branch information
actions-user committed Jan 15, 2024
1 parent 45c6917 commit 9995f12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9995f12

Please sign in to comment.