From 41a1a8fdef9fa9d7a1df89f33107637ca62428a6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 2 Mar 2022 21:27:17 +0000 Subject: [PATCH] Released 3.1.2 --- CHANGELOG.md | 5 ++++- src/codaamok.build.psd1 | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cebc3f..ef08be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## [Unreleased] + +## [3.1.2] - 2022-03-02 ### Fixed - Build script did not creat the `Process.ps1` script file (for ScriptsToProcess) even if scripts existed under `src\ScriptsToProcess` @@ -153,7 +155,8 @@ ### Added - Initial release -[Unreleased]: https://github.com/codaamok/codaamok.build/compare/3.1.1..HEAD +[Unreleased]: https://github.com/codaamok/codaamok.build/compare/3.1.2..HEAD +[3.1.2]: https://github.com/codaamok/codaamok.build/compare/3.1.1..3.1.2 [3.1.1]: https://github.com/codaamok/codaamok.build/compare/3.1.0..3.1.1 [3.1.0]: https://github.com/codaamok/codaamok.build/compare/3.0.2..3.1.0 [3.0.2]: https://github.com/codaamok/codaamok.build/compare/3.0.1..3.0.2 diff --git a/src/codaamok.build.psd1 b/src/codaamok.build.psd1 index af5e65f..ccec621 100644 --- a/src/codaamok.build.psd1 +++ b/src/codaamok.build.psd1 @@ -3,7 +3,7 @@ # # Generated by: Adam Cook (@codaamok) # -# Generated on: 03/01/2022 +# Generated on: 03/02/2022 # @{ @@ -12,7 +12,7 @@ RootModule = 'codaamok.build.psm1' # Version number of this module. -ModuleVersion = '3.1.1' +ModuleVersion = '3.1.2' # Supported PSEditions # CompatiblePSEditions = @() @@ -107,8 +107,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '# Added -- Added testResults.xml to .gitignore' + ReleaseNotes = '# Fixed +- Build script did not creat the Process.ps1 script file (for ScriptsToProcess) even if scripts existed under src\ScriptsToProcess' # Prerelease string of this module # Prerelease = ''