Skip to content

Commit b3075a9

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

File tree

5 files changed

+12
-5
lines changed

5 files changed

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

CHANGELOG.md

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

3+
## [1.0.0-preview.11](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.10...v1.0.0-preview.11) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* add page iterator ([c4d0bc9](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/commit/c4d0bc9ddf9a02aa8ad8c75ef0e2b92380ca0e7e))
9+
310
## [1.0.0-preview.10](https://github.com/microsoftgraph/msgraph-sdk-typescript-core/compare/v1.0.0-preview.9...v1.0.0-preview.10) (2025-02-13)
411

512

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

0 commit comments

Comments
 (0)