Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit fbedb3b

Browse files
chore(main): release 0.2.3 (#67)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3d36caf commit fbedb3b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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-
".": "0.2.2"
2+
".": "0.2.3"
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+
## [0.2.3](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.2...v0.2.3) (2024-06-03)
4+
5+
6+
### Features
7+
8+
* **generation:** update request builders and models ([ee0afbd](https://github.com/microsoftgraph/msgraph-beta-cli/commit/ee0afbd5da92a86c44b35b932d7d324a526bb4b0))
9+
310
## [0.2.2](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.1...v0.2.2) (2024-05-17)
411

512

src/msgraph-beta-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<AssemblyName>mgc-beta</AssemblyName>
10-
<Version>0.2.2</Version>
10+
<Version>0.2.3</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)