docs: Fomatting changes

This commit is contained in:
DrIOS
2024-06-09 10:54:34 -05:00
parent 4db0fd3742
commit 5c868a20fc
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,12 @@ The format is based on and uses the types of changes according to [Keep a Change
## [Unreleased] ## [Unreleased]
### Docs
- Updated helper csv formatting for one cis control.
## [0.1.8] - 2024-06-09
### Added ### Added
- Added output type to functions. - Added output type to functions.

View File

@@ -4,7 +4,7 @@ Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1
<# <#
$ver = "v0.1.7" $ver = "v0.1.8"
git checkout main git checkout main
git pull origin main git pull origin main
git tag -a $ver -m "Release version $ver refactor Update" git tag -a $ver -m "Release version $ver refactor Update"