diff --git a/CHANGELOG.md b/CHANGELOG.md index f4de4e8..10a4dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.0.0-next.3](https://github.com/capacitor-community/electron/compare/v5.0.0-next.2...v5.0.0-next.3) (2023-05-13) + + +### Bug Fixes + +* clean up ts errors ([0755400](https://github.com/capacitor-community/electron/commit/0755400723cf2847ec4b9f824302d623742da12a)) + # [5.0.0-next.2](https://github.com/capacitor-community/electron/compare/v5.0.0-next.1...v5.0.0-next.2) (2023-05-12) diff --git a/package.json b/package.json index be41bb0..5952bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/electron", - "version": "5.0.0-next.2", + "version": "5.0.0-next.3", "description": "Capacitor community support for the Electron platform.", "main": "dist/core/index.js", "typings": "dist/core/index.d.ts",