From 0af87f01e609bf586807d96ab15c89a804f3558d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Oct 2018 12:59:05 +0000 Subject: [PATCH] chore(release): 0.14.4 [skip ci] ## [0.14.4](https://github.com/srowhani/sass-lint-auto-fix/compare/v0.14.3...v0.14.4) (2018-10-01) ### Bug Fixes * **resolver:** empty-line-between-blocks ([207f287](https://github.com/srowhani/sass-lint-auto-fix/commit/207f287)) * **resolver:** empty-line-between-blocks ([eed3133](https://github.com/srowhani/sass-lint-auto-fix/commit/eed3133)) * **resolver:** empty-line-between-blocks handles all cases ([463c97d](https://github.com/srowhani/sass-lint-auto-fix/commit/463c97d)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 214371e1..2f9f3336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sass-lint-auto-fix", - "version": "0.14.3", + "version": "0.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b0c875e..b58be768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint-auto-fix", - "version": "0.14.3", + "version": "0.14.4", "description": "Automatically resolve sass-linting issues through CLI", "main": "./dist/sass-lint-auto-fix.js", "bin": {