diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index b467c17ec61..bfe3a43722a 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -4,7 +4,7 @@ sidebar_position: 4 # Release notes -## v7.1.0 (beta) +## [v7.1.0](https://github.com/pnp/cli-microsoft365/releases/tag/v7.1.0) ### New commands diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 73e05c5c878..23ed315106e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@pnp/cli-microsoft365", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pnp/cli-microsoft365", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "@azure/msal-common": "^13.2.1", diff --git a/package.json b/package.json index e77d60af85a..8b11429a287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pnp/cli-microsoft365", - "version": "7.1.0", + "version": "7.2.0", "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform", "license": "MIT", "main": "./dist/api.js",