aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tslint-config/CHANGELOG.md')
-rw-r--r--packages/tslint-config/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/tslint-config/CHANGELOG.md b/packages/tslint-config/CHANGELOG.md
index 04d705941..45491c30a 100644
--- a/packages/tslint-config/CHANGELOG.md
+++ b/packages/tslint-config/CHANGELOG.md
@@ -1,6 +1,10 @@
# CHANGELOG
-## v0.5.0 - _TBD, 2018_
+## v0.4.8 - _February 9, 2018_
+
+ * Fix publish issue where custom TSLint rules were not being included (#389)
+
+## v0.4.7 - _February 7, 2018_
* Modified custom 'underscore-privates' rule, changing it to 'underscore-private-and-protected' requiring underscores to be prepended to both private and protected variable names (#354)