Skip to content

Commit b39f7cc

Browse files
author
James Brundage
committed
Updating Module Version [0.4.7] and CHANGELOG
1 parent 83625eb commit b39f7cc

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### HelpOut 0.4.7:
2+
3+
* Get-MarkdownHelp: Automatically renaming help about aliases (Fixes #130)
4+
* Save-MarkdownHelp: Improving resiliency (avoiding null burps) (Fixes #128)
5+
6+
---
7+
18
### HelpOut 0.4.6:
29

310
* Save-MarkdownHelp: Improving resiliency (Fixes #128)

HelpOut.psd1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@
77
ModuleToProcess='HelpOut.psm1'
88
FormatsToProcess='HelpOut.format.ps1xml'
99
TypesToProcess='HelpOut.types.ps1xml'
10-
ModuleVersion='0.4.6'
10+
ModuleVersion='0.4.7'
1111
PrivateData = @{
1212
PSData = @{
1313
ProjectURI = 'https://github.com/StartAutomating/HelpOut'
1414
LicenseURI = 'https://github.com/StartAutomating/HelpOut/blob/master/LICENSE'
1515

1616
Tags = 'Markdown', 'Help','PowerShell'
1717
ReleaseNotes = @'
18-
### HelpOut 0.4.6:
18+
### HelpOut 0.4.7:
1919
20-
* Save-MarkdownHelp: Improving resiliency (Fixes #128)
20+
* Get-MarkdownHelp: Automatically renaming help about aliases (Fixes #130)
21+
* Save-MarkdownHelp: Improving resiliency (avoiding null burps) (Fixes #128)
2122
2223
---
24+
2325
Additional Changes in [Changelog](/CHANGELOG.md)
2426
'@
2527
}

0 commit comments

Comments
 (0)