Skip to content

Commit 6c09b04

Browse files
committed
Merge tag 'v3.1.0' into develop
2 parents 841d017 + 84c046b commit 6c09b04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ $Global:GetChildItemColorVerticalSpace = 1
113113
* Authors
114114
- [[http://github.com/joonro][Joon Ro]].
115115
* Changelog
116+
** v3.1.0
117+
- ~Get-ChildItemColor~ only highlights names instead of highlighting the whole row. ([[https://github.com/joonro/Get-ChildItemColor/issues/30][#30]])
116118
** v3.0.0
117119
- ~Get-ChildItemColor~ is pipeline-aware and only adds color when it is not
118120
being used as a part of a pipeline. It no longer overloads ~Out-Default~. ([[https://github.com/joonro/Get-ChildItemColor/issues/31][#31]])

src/Get-ChildItemColor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RootModule = 'Get-ChildItemColor.psm1'
1111

1212
# Version number of this module.
13-
ModuleVersion = '3.0.0'
13+
ModuleVersion = '3.1.0'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)