Skip to content

Commit 54eec00

Browse files
amauryamaury
authored andcommitted
chore(release): 9.5.2
1 parent f477647 commit 54eec00

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [9.5.2](https://github.com/maxogden/menubar/compare/v9.5.1...v9.5.2) (2025-10-10)
6+
57
### [9.5.1](https://github.com/maxogden/menubar/compare/v9.5.0...v9.5.1) (2024-10-11)
68

79
## [9.5.0](https://github.com/maxogden/menubar/compare/v9.4.0...v9.5.0) (2024-06-25)

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "menubar",
3-
"version": "9.5.1",
3+
"version": "9.5.2",
44
"author": "Max Ogden",
55
"bugs": {
66
"url": "https://github.com/maxogden/menubar/issues"
77
},
88
"description": "high level way to create menubar desktop applications with electron",
9-
"files": ["/assets", "/lib"],
9+
"files": [
10+
"/assets",
11+
"/lib"
12+
],
1013
"homepage": "https://github.com/maxogden/menubar",
1114
"keywords": [
1215
"electron",

0 commit comments

Comments
 (0)