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" },