Skip to content

Commit 80646e2

Browse files
authored
Merge pull request #245 from microsoftgraph/release-please--branches--main--components--microsoft-graph-types-beta
chore(main): release 0.45.0-preview
2 parents 167a347 + 6147c9e commit 80646e2

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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-
".": "0.44.0-preview"
2+
".": "0.45.0-preview"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.45.0-preview](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/compare/v0.44.0-preview...v0.45.0-preview) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* generated models and request builders ([167a347](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/167a34702e5cfbe425c53609c900deb2781e6e3c))
9+
310
## [0.44.0-preview](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/compare/v0.43.0-preview...v0.44.0-preview) (2025-09-30)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/microsoft-graph-types-beta",
33
"description": "Beta version of Typings for Microsoft Graph objects",
4-
"version": "0.44.0-preview",
4+
"version": "0.45.0-preview",
55
"types": "microsoft-graph.d.ts",
66
"scripts": {
77
"test": "tsc && mocha spec/"

0 commit comments

Comments
 (0)