v3.0.1
Release v3.0.1
Thanks to @johlju for the fixes in this release!
Changes
Changed
- Get-ChangelogData now always outputs a PSCustomObject for the Unreleased property when there is an Unreleased section header in the changelog. The PSCustomObject property RawData will contain the Unreleased header and any change type headers that exist. The properties Added, Changed, Deprecated, Removed, Fixed, and Security will be null if there are no corresponding change type under the Unreleased section header.
Fixed
- Get-ChangelogData will now return null for the property Unreleased if there are no Unreleased section header in the changelog.