Skip to content

Commit

Permalink
chore(main): release 1.2.2 (#426)
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>
Co-authored-by: Caleb Kiage <[email protected]>
  • Loading branch information
release-please[bot] and calebkiage authored Jul 29, 2024
1 parent f3e5f18 commit 0b41f30
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 @@
{
".": "1.2.1"
".": "1.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

## [1.2.2](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.1...v1.2.2) (2024-07-25)


### Bug Fixes

* only fetch valid X.509 certificates from the certificate store ([#425](https://github.com/microsoftgraph/msgraph-cli-core/issues/425)) ([79db8c9](https://github.com/microsoftgraph/msgraph-cli-core/commit/79db8c90ea8a93d0f82847f2ea4e6dce3a1d8f52))

## [1.2.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.0...v1.2.1) (2024-02-13)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
<DebugType>portable</DebugType>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<IsTrimmable>true</IsTrimmable>

<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
Expand Down

0 comments on commit 0b41f30

Please sign in to comment.