Skip to content

Commit e2587c2

Browse files
authored
Update changelog and version
1 parent 0cdb19e commit e2587c2

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### HelpOut 0.5.3:
2+
3+
* Save-MarkdownHelp:
4+
* Fix saving markdown with Windows paths ( #175 )
5+
6+
Thanks @ShaunLawrie !
7+
8+
---
9+
110
### HelpOut 0.5.2:
211

312
* Save-MarkdownHelp:

HelpOut.psd1

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,20 @@
77
ModuleToProcess='HelpOut.psm1'
88
FormatsToProcess='HelpOut.format.ps1xml'
99
TypesToProcess='HelpOut.types.ps1xml'
10-
ModuleVersion='0.5.2'
10+
ModuleVersion='0.5.3'
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.5.2:
18+
### HelpOut 0.5.3:
1919
2020
* Save-MarkdownHelp:
21-
* IncludeSubModule/-ExcludeSubModule ( #155 )
22-
* -IncludePath ( #169 )
23-
* -ExcludeFile aliases ( #168 )
24-
* -ExcludeExtension ( #167 )
25-
* Not Saving Files with colons ( #163 )
21+
* Fix saving markdown with Windows paths ( #175 )
2622
27-
Thanks @PrzemyslawKlys !
23+
Thanks @ShaunLawrie !
2824
2925
---
3026

0 commit comments

Comments
 (0)