From 43d574dbdf9282243110c7629f916cde3b4f8471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3jcik?= Date: Fri, 10 May 2024 00:30:27 +0200 Subject: [PATCH] Updates version to 7.9.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 194e8169516..6a110fea2d4 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.8.1 (beta) +## [v7.8.1](https://github.com/pnp/cli-microsoft365/releases/tag/v7.8.1) ### Changes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5a93a9b8880..da29c616eb8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@pnp/cli-microsoft365", - "version": "7.8.1", + "version": "7.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pnp/cli-microsoft365", - "version": "7.8.1", + "version": "7.9.0", "license": "MIT", "dependencies": { "@azure/msal-common": "^14.10.0", diff --git a/package.json b/package.json index 28b468421cc..ef117b33f13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pnp/cli-microsoft365", - "version": "7.8.1", + "version": "7.9.0", "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform", "license": "MIT", "main": "./dist/api.js",