Skip to content

Commit fc95e63

Browse files
authored
Merge pull request #384 from microsoftgraph/release-please--branches--main--components--msgraph-sdk-core
chore(main): release 1.0.0-preview.16
2 parents 7558470 + b58e933 commit fc95e63

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
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-
".": "1.0.0-preview.15"
2+
".": "1.0.0-preview.16"
33
}

CHANGELOG.md

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

3+
## [1.0.0-preview.16](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.15...v1.0.0-preview.16) (2025-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* directory import in factory ([7558470](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/7558470e373d511aeaacc1ae484e51fb491f8ce6))
9+
* directory import in factory ([61727b4](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/61727b497fbdac3b50ff1a44aba71ed6c2dd9079))
10+
311
## [1.0.0-preview.15](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.14...v1.0.0-preview.15) (2025-03-05)
412

513

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.15",
6+
"version": "1.0.0-preview.16",
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.15";
2+
export const coreVersion = "1.0.0-preview.16";
33
// x-release-please-end

0 commit comments

Comments
 (0)