diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec2c3b..52e855f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.0](https://github.com/maxogden/menubar/compare/v9.3.0...v9.4.0) (2023-10-13) + + +### Features + +* add electron 26 support ([e9b9fa6](https://github.com/maxogden/menubar/commit/e9b9fa637d46bfc2a97d64c8d23d16abec6c70ec)) + ## [9.3.0](https://github.com/maxogden/menubar/compare/v9.2.3...v9.3.0) (2023-02-13) diff --git a/package.json b/package.json index ede2253..bf2e5e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "menubar-upgrade", - "version": "9.3.0", + "version": "9.4.0", "author": "Max Ogden", "bugs": { "url": "https://github.com/maxogden/menubar/issues"