Skip to content

Commit

Permalink
Released 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 2, 2022
1 parent 5d1ef20 commit 41a1a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/codaamok.build.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Adam Cook (@codaamok)
#
# Generated on: 03/01/2022
# Generated on: 03/02/2022
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'codaamok.build.psm1'

# Version number of this module.
ModuleVersion = '3.1.1'
ModuleVersion = '3.1.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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 = ''
Expand Down

0 comments on commit 41a1a8f

Please sign in to comment.