diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d8f6d..2553d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/capacitor-community/electron/compare/v5.0.0...v5.0.1) (2023-09-21) + + +### Bug Fixes + +* electron version bump in template ([5b9c478](https://github.com/capacitor-community/electron/commit/5b9c478a568debec93b60933da4bcd62ce50d15d)) + # [5.0.0](https://github.com/capacitor-community/electron/compare/v4.1.3...v5.0.0) (2023-09-21) diff --git a/package.json b/package.json index 46050a8..1b81efe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/electron", - "version": "5.0.0", + "version": "5.0.1", "description": "Capacitor community support for the Electron platform!", "main": "dist/core/index.js", "typings": "dist/core/index.d.ts",