Skip to content

Commit 6aa6df7

Browse files
committed
chore(release): 9.5.1
1 parent 87fca15 commit 6aa6df7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+2
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.1](https://github.com/maxogden/menubar/compare/v9.5.0...v9.5.1) (2024-10-11)
6+
57
## [9.5.0](https://github.com/maxogden/menubar/compare/v9.4.0...v9.5.0) (2024-06-25)
68

79

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "menubar",
3-
"version": "9.5.0",
3+
"version": "9.5.1",
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)