Skip to content

Commit 8f491e3

Browse files
authored
Merge pull request #340 from microsoftgraph/release-please--branches--main--components--msgraph-sdk-core
chore(main): release 1.0.0-preview.9
2 parents effdf42 + e781c81 commit 8f491e3

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
".": "1.0.0-preview.8"
1+
{
2+
".": "1.0.0-preview.9"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [1.0.0-preview.9](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.8...v1.0.0-preview.9) (2025-02-03)
4+
5+
6+
### Features
7+
8+
* adds graph allowed hosts ([effdf42](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/effdf424ebf378a881a5d6ccfff76416fb4e390b))
9+
* adds graph allowed hosts ([2725aac](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/2725aace6a5d4ff713e2a8bf213e7e22f985dcde))

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
@@ -3,7 +3,7 @@
33
"access": "public"
44
},
55
"name": "@microsoft/msgraph-sdk-core",
6-
"version": "1.0.0-preview.8",
6+
"version": "1.0.0-preview.9",
77
"description": "Core functionalities for the Microsoft Graph JavaScript SDK",
88
"main": "./dist/index.js",
99
"types": "./dist/index.d.ts",

src/utils/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// x-release-please-start-version
2-
export const coreVersion = "1.0.0-preview.8";
2+
export const coreVersion = "1.0.0-preview.9";
33
// x-release-please-end

0 commit comments

Comments
 (0)