diff --git a/CHANGELOG.md b/CHANGELOG.md index d0dfc26f..6b876c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SCSS-Lint Changelog -## master (unreleased) +## 0.55.0 * Add `ng-deep` to the list recognized by the `PseudoElement` linter * Add `classic_BEM` convention for `SelectorFormat` diff --git a/lib/scss_lint/version.rb b/lib/scss_lint/version.rb index 56fcfe6b..c0d6c64e 100644 --- a/lib/scss_lint/version.rb +++ b/lib/scss_lint/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module SCSSLint - VERSION = '0.54.0'.freeze + VERSION = '0.55.0'.freeze end