diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fbc75..0b83087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 5.0.2 (5/23/2016) + +- __Prevent src/style.styl from importing itself__ (253ac42) + +--- + ### 5.0.1 (5/21/2016) - __Also watch dist/ for CSS changes__ (113fa16) Fixes livereload not picking up changes in the emitted CSS. diff --git a/package.json b/package.json index 6f0c18e..c299c59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "generator-enigma", "description": "Generate a React application with best practice enforcement, integrated testing, and more.", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "contributors": [ "Evan Jacobs (http://yaycmyk.com)"