diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index aafad41b7a..41d1971df1 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -4,7 +4,7 @@ sidebar_position: 3 # Release notes -## v9.0.0 (beta) +## [v9.0.0](https://github.com/pnp/cli-microsoft365/releases/tag/v9.0.0) ### New commands diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a86107a133..44ef29e916 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@pnp/cli-microsoft365", - "version": "9.0.0", + "version": "9.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pnp/cli-microsoft365", - "version": "9.0.0", + "version": "9.1.0", "license": "MIT", "dependencies": { "@azure/msal-common": "^14.14.0", diff --git a/package.json b/package.json index 74b1c1e176..646ee2d445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pnp/cli-microsoft365", - "version": "9.0.0", + "version": "9.1.0", "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform", "license": "MIT", "main": "./dist/api.js",