From bea66a483b46aabeff2dcd9341ee53488d85c187 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Tue, 13 Feb 2024 09:51:57 -0800 Subject: [PATCH] chore(main): release 4.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a37fe2d6d..51b15c889a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.1" + ".": "4.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fdeb35331d..cfbc000af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.2](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.1...v4.0.2) (2024-02-13) + + +### Bug Fixes + +* add permissions for CodeQL ([#3041](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3041)) ([f84d6ef](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/f84d6ef96dd126f1b2bff381442efce796043f80)) + ## [4.0.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.0...v4.0.1) (2024-02-12) diff --git a/package.json b/package.json index c98a6a0b5c..3844e15d82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "4.0.1", + "version": "4.0.2", "workspaces": { "packages": [ "packages/*",