From b806cc2adb2296cbaa10910612ee62ee3bb8cbf4 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Fri, 23 Feb 2024 10:45:06 -0800 Subject: [PATCH] chore(main): release 4.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a37fe2d6d..3b4c2d4ba9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.1" + ".": "4.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fdeb35331d..8c48b932ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.1...v4.1.0) (2024-02-23) + + +### Features + +* move electron to peer dependency ([#3046](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3046)) ([c572c01](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/c572c01cc6cb8e5a20c6703cfb1574557c4f1299)) + + +### Bug Fixes + +* make scope aware requests work for electron apps ([c572c01](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/c572c01cc6cb8e5a20c6703cfb1574557c4f1299)) + ## [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 4767ac6733..38a679b849 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "4.0.1", + "version": "4.1.0", "workspaces": { "packages": [ "packages/*",