Skip to content

Commit

Permalink
chore(main): release 0.2.3 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 3, 2024
1 parent 3d36caf commit fbedb3b
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.2"
".": "0.2.3"
}
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.3](https://github.com/microsoftgraph/msgraph-beta-cli/compare/v0.2.2...v0.2.3) (2024-06-03)


### Features

* **generation:** update request builders and models ([ee0afbd](https://github.com/microsoftgraph/msgraph-beta-cli/commit/ee0afbd5da92a86c44b35b932d7d324a526bb4b0))

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


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.2</Version>
<Version>0.2.3</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit fbedb3b

Please sign in to comment.