Skip to content

Commit ed43405

Browse files
chore(main): release 0.44.0-preview (#237)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 27f3597 commit ed43405

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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.43.0-preview"
2+
".": "0.44.0-preview"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.44.0-preview](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/compare/v0.43.0-preview...v0.44.0-preview) (2025-09-30)
4+
5+
6+
### Features
7+
8+
* add rp def ([#236](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/issues/236)) ([27f3597](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/27f3597b0fc18e208a55b223f5182fe21ff55c99))
9+
* trigger new release ([#235](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/issues/235)) ([8fa5779](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/8fa57796c493c83b9930b7837cd833644a4a8102))
10+
11+
12+
### Bug Fixes
13+
14+
* refactor pipeline to use latest templates ([c07aad1](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/c07aad1aa2461abc4e670d0d1c8674d108ef23e4))
15+
* refactor pipeline to use latest templates. ([5bca226](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/5bca2261093dc9afcc7b9ac85b327f04066a8bfd))

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.43.0-preview",
4+
"version": "0.44.0-preview",
55
"types": "microsoft-graph.d.ts",
66
"scripts": {
77
"test": "tsc && mocha spec/"

0 commit comments

Comments
 (0)