From cb5f9bebb94f5b1528b081a057ea89a06f824738 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Mon, 10 Apr 2017 09:28:29 +0200 Subject: [PATCH] Cut version 0.53.0 --- CHANGELOG.md | 6 ++++++ lib/scss_lint/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 370497b2..0cba5050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SCSS-Lint Changelog +## 0.53.0 + +* Update smacss order +* Add missing transform-origin property to concentric order +* Ignore URLs with variables in UrlFormatter + ## 0.52.0 * Load configuration files found in plugin directories diff --git a/lib/scss_lint/version.rb b/lib/scss_lint/version.rb index ec32f967..066dc47d 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.52.0'.freeze + VERSION = '0.53.0'.freeze end