From f17d2256022a2f3d0f758778275058c79d0eed6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20W=C3=B3jcik?= <adam.wojcik.it@gmail.com>
Date: Thu, 31 Oct 2024 12:10:20 +0100
Subject: [PATCH] Updates version to v10.1.0

---
 docs/docs/about/release-notes.mdx | 2 +-
 npm-shrinkwrap.json               | 4 ++--
 package.json                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx
index 6e539414122..dcb25623714 100644
--- a/docs/docs/about/release-notes.mdx
+++ b/docs/docs/about/release-notes.mdx
@@ -4,7 +4,7 @@ sidebar_position: 3
 
 # Release notes
 
-## v10.0.0 (beta)
+## [v10.0.0](https://github.com/pnp/cli-microsoft365/releases/tag/v10.0.0)
 
 ### New commands
 
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index 6768b6439ee..63d467c61c0 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,12 +1,12 @@
 {
   "name": "@pnp/cli-microsoft365",
-  "version": "10.0.0",
+  "version": "10.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@pnp/cli-microsoft365",
-      "version": "10.0.0",
+      "version": "10.1.0",
       "license": "MIT",
       "dependencies": {
         "@azure/msal-common": "14.15",
diff --git a/package.json b/package.json
index 7133ed14288..b5cdf8ccd70 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pnp/cli-microsoft365",
-  "version": "10.0.0",
+  "version": "10.1.0",
   "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
   "license": "MIT",
   "main": "./dist/api.js",