Updated RELEASENOTES.md & version for release 10.1.0 (lib-10.1.0)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e4765b2..5bf4e15 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,38 @@
 -->
 # Cordova-lib Release Notes
 
+### 10.1.0 (Sep 29, 2021)
+
+**Features:**
+
+* [GH-885](https://github.com/apache/cordova-lib/pull/885) feat: bump platform pinning
+* [GH-860](https://github.com/apache/cordova-lib/pull/860) feat(`cordova/util`): support loading platform API from `node_modules`
+
+**Fixes:**
+
+* [GH-880](https://github.com/apache/cordova-lib/pull/880) fix(`restore-util`): properly support long and short platform names
+* [GH-874](https://github.com/apache/cordova-lib/pull/874) fix: Platforms restored from both dev and normal dependencies.
+* [GH-871](https://github.com/apache/cordova-lib/pull/871) fix: remove undeclared dependency on `underscore`
+* [GH-856](https://github.com/apache/cordova-lib/pull/856) fix(`cordova/util`): version detection for legacy platforms
+
+**Chores & Refactor Changes:**
+
+* [GH-886](https://github.com/apache/cordova-lib/pull/886) chore: update dependencies w/ `package-lock` rebuild & test update
+* [GH-881](https://github.com/apache/cordova-lib/pull/881) chore: `npmrc`
+* [GH-879](https://github.com/apache/cordova-lib/pull/879) chore: `package-lock` update
+* [GH-858](https://github.com/apache/cordova-lib/pull/858) chore: clean up `package.json`
+* [GH-882](https://github.com/apache/cordova-lib/pull/882) refactor(`addHelper`): more concise `package.json` spec lookup
+
+**CI, Test & Doc Changes:**
+
+* [GH-862](https://github.com/apache/cordova-lib/pull/862) ci: add node-14.x to workflow
+* [GH-870](https://github.com/apache/cordova-lib/pull/870) test(`plugin.spec`): fix version change in test fixture
+* [GH-865](https://github.com/apache/cordova-lib/pull/865) test(`pkgJson`): make expectations work for npm 5 to 7
+* [GH-864](https://github.com/apache/cordova-lib/pull/864) test(`pkgJson`): fix test after release of geolocation plugin v4.1.0
+* [GH-855](https://github.com/apache/cordova-lib/pull/855) test: fix missing stack traces in jasmine output
+* [GH-853](https://github.com/apache/cordova-lib/pull/853) test: unit test deprecated platforms
+* [GH-877](https://github.com/apache/cordova-lib/pull/877) docs: correct linter command in `README`
+
 ### 10.0.0 (Jul 22, 2020)
 
 * [GH-846](https://github.com/apache/cordova-lib/pull/846) breaking: remove `cordova info` logic from `lib`
diff --git a/package-lock.json b/package-lock.json
index 0f07bc3..2ecd851 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-lib",
-  "version": "10.0.1-dev",
+  "version": "10.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-lib",
-      "version": "10.0.1-dev",
+      "version": "10.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "cordova-common": "^4.0.2",
diff --git a/package.json b/package.json
index 8dcbd55..5b02deb 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-lib",
   "license": "Apache-2.0",
   "description": "Apache Cordova tools core lib and API",
-  "version": "10.0.1-dev",
+  "version": "10.1.0",
   "repository": "github:apache/cordova-lib",
   "bugs": "https://github.com/apache/cordova-lib/issues",
   "main": "cordova-lib.js",