From dac0f121528b6f1bde8cd156475c8a778a899022 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Apr 2019 22:11:12 +0000 Subject: [PATCH] chore(release): 1.13.0 [skip ci] # [1.13.0](https://github.com/sasstools/sass-lint/compare/v1.12.1...v1.13.0) (2019-04-25) ### Bug Fixes * **ci:** rollback release version to match npm ([bf4f2ae](https://github.com/sasstools/sass-lint/commit/bf4f2ae)) ### Features * **ast:** migrate from ast fork to latest version of gonzales ([37863b7](https://github.com/sasstools/sass-lint/commit/37863b7)) * **lint:** adds disable-next-line ([b508036](https://github.com/sasstools/sass-lint/commit/b508036)) --- 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 0e34d9ca..9eecd0ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.12.1", + "version": "1.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3594f78..a8aa07bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-lint", - "version": "1.12.1", + "version": "1.13.0", "description": "All Node Sass linter!", "main": "index.js", "scripts": {