Skip to content

Commit 96dc536

Browse files
authored
Merge pull request #375 from microsoftgraph/release-please--branches--main--components--msgraph-sdk-core
chore(main): release 1.0.0-preview.14
2 parents 43323ef + a24448a commit 96dc536

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-preview.13"
2+
".": "1.0.0-preview.14"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.0.0-preview.14](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.13...v1.0.0-preview.14) (2025-03-04)
4+
5+
6+
### Bug Fixes
7+
8+
* adds missing js extension to imports ([f75a663](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/f75a6638a065939f29305a5b315ef1c1838e00cf))
9+
* adds missing js extension to imports ([b0a5d4c](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/b0a5d4c4722eb7001cc338f22db75e1d034e8fe3))
10+
* corrected the imports for observability options ([43323ef](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/43323efcb63028e51255167d4b12919581e53d87))
11+
* corrected the imports for observability options ([bff310f](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/bff310ff2db464af4dfe213c47501c5f192878d8))
12+
313
## [1.0.0-preview.13](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.12...v1.0.0-preview.13) (2025-03-04)
414

515

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.13",
6+
"version": "1.0.0-preview.14",
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

+1-1
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.13";
2+
export const coreVersion = "1.0.0-preview.14";
33
// x-release-please-end

0 commit comments

Comments
 (0)