From d9a3941bc6977bf308f524394101f31c4626f15a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 11 Apr 2022 15:43:48 +0000 Subject: [PATCH] Released 4.0.4 --- CHANGELOG.md | 5 ++++- src/codaamok.build.psd1 | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdcc23..ddd116b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## [Unreleased] + +## [4.0.4] - 2022-04-11 ### Fixed - `Invoke-BuildClean` did not create folders after deleting them @@ -172,7 +174,8 @@ ### Added - Initial release -[Unreleased]: https://github.com/codaamok/codaamok.build/compare/4.0.3..HEAD +[Unreleased]: https://github.com/codaamok/codaamok.build/compare/4.0.4..HEAD +[4.0.4]: https://github.com/codaamok/codaamok.build/compare/4.0.3..4.0.4 [4.0.3]: https://github.com/codaamok/codaamok.build/compare/4.0.2..4.0.3 [4.0.2]: https://github.com/codaamok/codaamok.build/compare/4.0.0..4.0.2 [4.0.0]: https://github.com/codaamok/codaamok.build/compare/3.1.2..4.0.0 diff --git a/src/codaamok.build.psd1 b/src/codaamok.build.psd1 index dcd90f9..a521903 100644 --- a/src/codaamok.build.psd1 +++ b/src/codaamok.build.psd1 @@ -3,7 +3,7 @@ # # Generated by: Adam Cook (@codaamok) # -# Generated on: 04/10/2022 +# Generated on: 04/11/2022 # @{ @@ -12,7 +12,7 @@ RootModule = 'codaamok.build.psm1' # Version number of this module. -ModuleVersion = '4.0.3' +ModuleVersion = '4.0.4' # Supported PSEditions # CompatiblePSEditions = @() @@ -108,7 +108,7 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = '# Fixed -- Invoke-BuildClean did not delete sub folders' +- Invoke-BuildClean did not create folders after deleting them' # Prerelease string of this module # Prerelease = ''