Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codaamok committed Apr 11, 2022
2 parents acffa86 + d9a3941 commit 8998e03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]

## [4.0.4] - 2022-04-11
### Fixed
- `invoke.build.ps1` did not correctly recreate the build directory folder structure
- `Invoke-BuildClean` did not create folders after deleting them
Expand Down Expand Up @@ -173,7 +175,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
Expand Down
6 changes: 3 additions & 3 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: 04/10/2022
# Generated on: 04/11/2022
#

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

# Version number of this module.
ModuleVersion = '4.0.3'
ModuleVersion = '4.0.4'

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

0 comments on commit 8998e03

Please sign in to comment.