Skip to content

Commit cda72f0

Browse files
chore(main): release 1.0.0-preview.13 (#373)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c344031 commit cda72f0

File tree

5 files changed

+12
-5
lines changed

5 files changed

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* add batch request content ([#354](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/issues/354)) ([c344031](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/c344031d35c79b8026f54c6c731409e6097ce2db))
9+
310
## [1.0.0-preview.12](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.11...v1.0.0-preview.12) (2025-02-27)
411

512

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

0 commit comments

Comments
 (0)