Skip to content

Commit

Permalink
Released 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 11, 2022
1 parent 2464056 commit 0ca36da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.6] - 2022-04-11
### Fixed
- `invoke.build.ps1` did not correctly recreate the build directory folder structure

Expand Down Expand Up @@ -177,7 +179,8 @@
### Added
- Initial release

[Unreleased]: https://github.com/codaamok/codaamok.build/compare/4.0.4..HEAD
[Unreleased]: https://github.com/codaamok/codaamok.build/compare/4.0.6..HEAD
[4.0.6]: https://github.com/codaamok/codaamok.build/compare/4.0.4..4.0.6
[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
Expand Down
4 changes: 2 additions & 2 deletions src/codaamok.build.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'codaamok.build.psm1'

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -108,7 +108,7 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = '# Fixed
- Invoke-BuildClean did not create folders after deleting them'
- invoke.build.ps1 did not correctly recreate the build directory folder structure'

# Prerelease string of this module
# Prerelease = ''
Expand Down

0 comments on commit 0ca36da

Please sign in to comment.