diff --git a/CHANGELOG.md b/CHANGELOG.md index 889ebfd..622792e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [9.5.0](https://github.com/maxogden/menubar/compare/v9.4.0...v9.5.0) (2024-06-25) + + +### Features + +* widen electron support ([#473](https://github.com/maxogden/menubar/issues/473)) ([bd3beb2](https://github.com/maxogden/menubar/commit/bd3beb2c2bc9700f4738a4e0f25085aa8a0f5e86)) + + +### Bug Fixes + +* Fix for Broken Native Menubar Example ([#471](https://github.com/maxogden/menubar/issues/471)) ([b000c86](https://github.com/maxogden/menubar/commit/b000c86777cb0cf6fa883fb0256410981e154ce1)) +* win32 position ([#479](https://github.com/maxogden/menubar/issues/479)) ([9e5cb86](https://github.com/maxogden/menubar/commit/9e5cb86a276f29efd36d10a07e27fa820343f880)) + ## [9.4.0](https://github.com/maxogden/menubar/compare/v9.3.0...v9.4.0) (2023-11-28) diff --git a/package.json b/package.json index f7fa1aa..9330b0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "menubar", - "version": "9.4.0", + "version": "9.5.0", "author": "Max Ogden", "bugs": { "url": "https://github.com/maxogden/menubar/issues"