From 0daa519fec8a14272c003028a9618973f2899f78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 May 2023 15:15:16 +0000 Subject: [PATCH] chore(release): 5.0.0-next.1 [skip ci] # [5.0.0-next.1](https://github.com/capacitor-community/electron/compare/v4.1.2...v5.0.0-next.1) (2023-05-12) ### Bug Fixes * typo ([045c260](https://github.com/capacitor-community/electron/commit/045c260bc67318d8c9940f94d07cb6c54c796e6e)) ### Features * new repo structure ([b0df017](https://github.com/capacitor-community/electron/commit/b0df0172acef4f4432a1d21d7c9038db8b0cca86)) * updated electron version ([7d57405](https://github.com/capacitor-community/electron/commit/7d57405050969281f648829bec669ef0bb9029c6)) ### BREAKING CHANGES * v24 electron skip-checks: true --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..1ab2b6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# [5.0.0-next.1](https://github.com/capacitor-community/electron/compare/v4.1.2...v5.0.0-next.1) (2023-05-12) + + +### Bug Fixes + +* typo ([045c260](https://github.com/capacitor-community/electron/commit/045c260bc67318d8c9940f94d07cb6c54c796e6e)) + + +### Features + +* new repo structure ([b0df017](https://github.com/capacitor-community/electron/commit/b0df0172acef4f4432a1d21d7c9038db8b0cca86)) +* updated electron version ([7d57405](https://github.com/capacitor-community/electron/commit/7d57405050969281f648829bec669ef0bb9029c6)) + + +### BREAKING CHANGES + +* v24 electron diff --git a/package.json b/package.json index 92d5ef67..14efbaf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/electron", - "version": "4.1.2", + "version": "5.0.0-next.1", "description": "Capacitor community support for the Electron platform.", "main": "dist/core/index.js", "typings": "dist/core/index.d.ts",