diff --git a/CHANGELOG.md b/CHANGELOG.md index 427ec10..379cc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 4.4.0 (4/28/2016) + +- __Update to Jest 12.x__ (51af942f398f217e760d9346bb1e4a369039b4cb) Perf improvements, especially for large projects + +--- + ### 4.3.0 (4/18/2016) - __Sub-out eslintify for eslint__ (c1b4fff) Allows for watch mode usage if desired. diff --git a/package.json b/package.json index 35381b6..4f16dae 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": "4.3.0", + "version": "4.4.0", "license": "MIT", "contributors": [ "Evan Jacobs (http://yaycmyk.com)"