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

Commit a4bfb44

Browse files
authored
Merge pull request #63 from microsoftgraph/release-please--branches--main--components--msgraph-beta-cli
chore(main): release 0.2.2
2 parents bd8f7f3 + f59d759 commit a4bfb44

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.1"
2+
".": "0.2.2"
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.2](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.1...v0.2.2) (2024-05-17)
4+
5+
6+
### Features
7+
8+
* **generation:** update request builders and models ([#59](https://github.com/microsoftgraph/msgraph-beta-cli/issues/59)) ([b92583f](https://github.com/microsoftgraph/msgraph-beta-cli/commit/b92583f3ad0e7a6b7e69811eceee0b1f061fa10a))
9+
310
## [0.2.1](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.0...v0.2.1) (2024-04-23)
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.1</Version>
10+
<Version>0.2.2</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)