diff --git a/CHANGELOG.md b/CHANGELOG.md index e966119..5ec2c3b 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.3.0](https://github.com/maxogden/menubar/compare/v9.2.3...v9.3.0) (2023-02-13) + + +### Features + +* add electron 22 support ([#414](https://github.com/maxogden/menubar/issues/414)) ([a39382f](https://github.com/maxogden/menubar/commit/a39382fe843953395bf99267ee83102def70b06e)) + ### [9.2.3](https://github.com/maxogden/menubar/compare/v9.2.2...v9.2.3) (2022-10-05) diff --git a/package.json b/package.json index b5b9662..2ca0ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "menubar", - "version": "9.2.3", + "version": "9.3.0", "author": "Max Ogden", "bugs": { "url": "https://github.com/maxogden/menubar/issues" @@ -60,4 +60,4 @@ "peerDependencies": { "electron": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0" } -} \ No newline at end of file +}