Updated RELEASENOTES.md & version for release 3.1.0 (electron-v3.1.0)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b248212..c075058 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,6 +19,27 @@
## Release Notes for Cordova Electron
+### 3.1.0 (May 25, 2022)
+
+**Features:**
+
+* [GH-230](https://github.com/apache/cordova-electron/pull/230) feat: support custom **Electron** version
+* [GH-228](https://github.com/apache/cordova-electron/pull/228) feat: bump `electron@^14.2.9`
+
+**Fixes:**
+
+* [GH-229](https://github.com/apache/cordova-electron/pull/229) fix: `npm` 8 does not install plugin dependencies
+
+**Chores:**
+
+* [GH-231](https://github.com/apache/cordova-electron/pull/231) chore(npm): bump all dependencies to latest minor/path
+
+**Other Changes:**
+
+* [GH-226](https://github.com/apache/cordova-electron/pull/226) dep(npm): bump `@cordova/eslint-config@^4.0.0` w/ fix
+* [GH-221](https://github.com/apache/cordova-electron/pull/221) dep(npm): bump `minimist` from 1.2.5 to 1.2.6
+* [GH-207](https://github.com/apache/cordova-electron/pull/207) doc: `mas-dev` is macOS package
+
### 3.0.0 (Sep 01, 2021)
#### Environment Updates
diff --git a/package-lock.json b/package-lock.json
index 09014dc..1da225f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-electron",
- "version": "3.0.1-dev",
+ "version": "3.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-electron",
- "version": "3.0.1-dev",
+ "version": "3.1.0",
"license": "Apache-2.0",
"dependencies": {
"cordova-common": "^4.0.2",
diff --git a/package.json b/package.json
index 25a3758..f9c9f03 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-electron",
- "version": "3.0.1-dev",
+ "version": "3.1.0",
"description": "electron apps as a target for cordova developers",
"main": "lib/Api.js",
"repository": "github:apache/cordova-electron",