release(5.0.0): updated release notes & version (common-5.0.0)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fc90d3a..4148b43 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,19 @@
 -->
 # cordova-common Release Notes
 
+### 5.0.0 (Feb 28, 2023)
+
+* [GH-186](https://github.com/apache/cordova-common/pull/186) feat!: bump package requirement node>=16
+* [GH-197](https://github.com/apache/cordova-common/pull/197) feat(android): added monochrome attribute
+* [GH-99](https://github.com/apache/cordova-common/pull/99) chore: drop q where possible
+* [GH-198](https://github.com/apache/cordova-common/pull/198) test: Removed obsolete test
+* [GH-196](https://github.com/apache/cordova-common/pull/196) dep: bump @cordova/eslint-config@^5.0.0
+* [GH-192](https://github.com/apache/cordova-common/pull/192) dep!: bump all available packages
+* [GH-193](https://github.com/apache/cordova-common/pull/193) refactor: replace underscore w/ lodash module pkgs
+* [GH-194](https://github.com/apache/cordova-common/pull/194) refactor: renamed variable
+* [GH-188](https://github.com/apache/cordova-common/pull/188) ci(actions): test w/ node 14, 16, 18
+* [GH-187](https://github.com/apache/cordova-common/pull/187) ci(actions): update workflow
+
 ### 4.1.0 (Nov 08, 2022)
 
 * [GH-181](https://github.com/apache/cordova-common/pull/181) feat(PluginInfo): Allow XML Attributes to be passed through to core platforms
diff --git a/package-lock.json b/package-lock.json
index 2ac6285..bf0313d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-common",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-common",
-      "version": "5.0.0-dev",
+      "version": "5.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@netflix/nerror": "^1.1.3",
diff --git a/package.json b/package.json
index 5aef277..e609158 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "repository": "github:apache/cordova-common",
   "bugs": "https://github.com/apache/cordova-common/issues",
   "main": "cordova-common.js",