Skip to content

Commit

Permalink
Updated RELEASENOTES.md & version for release 4.0.0 (electron-v4.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Mar 5, 2024
1 parent d202aee commit d2192b2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,46 @@

## Release Notes for Cordova Electron

### 4.0.0 (Mar 05, 2024)

This release requires the environment to have **Node.js** `18.0.0` or higher. It is recommended to use the current LTS, which is `20.11.1` at the time of this release.

Project Dependencies:

* `cordova-common@^5.0.0`
* `electron@^29.0.0`
* `electron-builder@^24.12.0`
* `electron-devtools-installer@^3.2.0`
* `execa@^5.1.1`
* `fs-extra@^11.2.0`

Electron App Stack:

* [Electron](https://www.electronjs.org/blog/electron-29-0) 29.0.0
* Chromium 122.0.6261.39
* Node v20.9.0
* V8 12.2

**Breaking:**

* [GH-263](https://github.com/apache/cordova-electron/pull/263) feat!: bump `electron@^29.0.0` w/ supporting changes
* [GH-266](https://github.com/apache/cordova-electron/pull/266) fix!: remove extra array wrapper from passed arguments
* [GH-264](https://github.com/apache/cordova-electron/pull/264) npm(dep)!: bump `electron-builder@^24.12.0`, bump node engine requirement & CI
* Updates Node Engine Requirement `>= 18.0.0`
* [GH-271](https://github.com/apache/cordova-electron/pull/271) dep!: bump `fs-extra@^11.2.0`
* [GH-265](https://github.com/apache/cordova-electron/pull/265) npm(dep)!: bump other dependencies

**Others:**

* [GH-232](https://github.com/apache/cordova-electron/pull/232) dep(npm): bump dev dependencies
* [GH-270](https://github.com/apache/cordova-electron/pull/270) chore: rebuilt `package-lock.json`

**CI:**

* [GH-268](https://github.com/apache/cordova-electron/pull/268) ci: downgrade codecov action dependency to v3
* [GH-267](https://github.com/apache/cordova-electron/pull/267) ci: add node 20.x & use latest action dependencies
* [GH-236](https://github.com/apache/cordova-electron/pull/236) ci: update github action workflow

### 3.1.0 (May 25, 2022)

**Features:**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-electron",
"version": "4.0.0-dev",
"version": "4.0.0",
"description": "electron apps as a target for cordova developers",
"main": "lib/Api.js",
"repository": "github:apache/cordova-electron",
Expand Down

0 comments on commit d2192b2

Please sign in to comment.