From 21796f7c1cac9ac48eac4a73de3cf576eecd3cc1 Mon Sep 17 00:00:00 2001 From: Ashley Nolan Date: Tue, 29 Aug 2017 08:08:39 +0100 Subject: [PATCH] =?UTF-8?q?v0.11.1=20=E2=80=93=20production=20flag=20added?= =?UTF-8?q?=20to=20lint=20check=20in=20travis=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8504ce82..2d41889a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +v0.11.1 +------------------------------ +*August 25, 2017* + +### Changed +- Production flag added to lint task + v0.11.0 ------------------------------ diff --git a/package.json b/package.json index fdfb240d..a5832a5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@justeat/fozzie", "title": "Fozzie – Just Eat UI Web Framework", "description": "UI Web Framework for the Just Eat Global Platform", - "version": "0.11.0", + "version": "0.11.1", "homepage": "https://github.com/justeat/fozzie", "contributors": [ "Ashley Nolan (https://ashleynolan.co.uk)", @@ -53,7 +53,7 @@ "scripts": { "prestart": "yarn", "start": "gulp", - "lint": "gulp scss:lint", + "lint": "gulp scss:lint --prod", "test": "gulp scripts:test", "info": "npm-scripts-info" },