Skip to content

Commit

Permalink
release(titlebar): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Dec 29, 2024
1 parent e244751 commit 2933e36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/titlebar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.2.0 (_2024-12-30_)

- feat: handle updates to the windowtitle attribute

### v1.1.0 (_2024-08-11_)

- fix: style for overlay mode
Expand Down
2 changes: 1 addition & 1 deletion packages/titlebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electron-uikit/titlebar",
"version": "1.1.0",
"version": "1.2.0",
"description": "Title bar web component for Electron app.",
"main": "dist/main.cjs",
"module": "dist/main.mjs",
Expand Down

0 comments on commit 2933e36

Please sign in to comment.