diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49d9cfa..420def8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.43.0-preview" + ".": "0.44.0-preview" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..141333f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.44.0-preview](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/compare/v0.43.0-preview...v0.44.0-preview) (2025-09-30) + + +### Features + +* 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)) +* 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)) + + +### Bug Fixes + +* refactor pipeline to use latest templates ([c07aad1](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/c07aad1aa2461abc4e670d0d1c8674d108ef23e4)) +* refactor pipeline to use latest templates. ([5bca226](https://github.com/microsoftgraph/msgraph-beta-typescript-typings/commit/5bca2261093dc9afcc7b9ac85b327f04066a8bfd)) diff --git a/package-lock.json b/package-lock.json index f74ea3a..2242634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/microsoft-graph-types-beta", - "version": "0.43.0-preview", + "version": "0.44.0-preview", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/microsoft-graph-types-beta", - "version": "0.43.0-preview", + "version": "0.44.0-preview", "devDependencies": { "@microsoft/microsoft-graph-client": "^3.0.5", "@types/chai": "^5.0.0", diff --git a/package.json b/package.json index 57b9008..a3e2b26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/microsoft-graph-types-beta", "description": "Beta version of Typings for Microsoft Graph objects", - "version": "0.43.0-preview", + "version": "0.44.0-preview", "types": "microsoft-graph.d.ts", "scripts": { "test": "tsc && mocha spec/"