Skip to content

Commit bd3ced3

Browse files
authored
chore(main): release 4.1.0 (#3044)
1 parent f174714 commit bd3ced3

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.1"
2+
".": "4.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [4.1.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.1...v4.1.0) (2024-02-26)
6+
7+
8+
### Features
9+
10+
* add ability to disable suggestions on people-picker ([#3048](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3048)) ([f174714](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/f174714d075facb6d085c141de09e9f3eef18f43))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* make scope aware requests work for electron apps ([c572c01](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/c572c01cc6cb8e5a20c6703cfb1574557c4f1299))
17+
518
## [4.0.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.0...v4.0.1) (2024-02-12)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"workspaces": {
66
"packages": [
77
"packages/*",

0 commit comments

Comments
 (0)