Skip to content

Commit

Permalink
Merge pull request #63 from microsoftgraph/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--msgraph-beta-cli

chore(main): release 0.2.2
  • Loading branch information
baywet authored May 17, 2024
2 parents bd8f7f3 + f59d759 commit a4bfb44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.1...v0.2.2) (2024-05-17)


### Features

* **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))

## [0.2.1](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.0...v0.2.1) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion src/msgraph-beta-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>mgc-beta</AssemblyName>
<Version>0.2.1</Version>
<Version>0.2.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a4bfb44

Please sign in to comment.