Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
See CHANGELOG.md
  • Loading branch information
Evan Jacobs committed Mar 22, 2016
1 parent e58f4f8 commit 65a6e77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 4.2.0 (3/22/2016)

- Update jest, remove outdated coverage information (73efac24b372ac7de1b207323d65528f9db5be02)

The bug in Jest was fixed around coverage collection, so it's no longer necessary to manually specify the files to collect from.

- Update dependencies, remove unnecessary Jest configs (b2f1d50af47ffb207c5d1bb6b7e4266b11341679)

- Remove unnecessary eslintrc configs (e58f4f8a359a80affe041dc53d4b48a24035d3a5)

---

### 4.1.3 (3/3/2016)

- .gitignore -> _gitignore template to fix npm/yeoman screwing with the file and rewriting to something unexpected
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-enigma",
"description": "Generate a React application with best practice enforcement, integrated testing, and more.",
"version": "4.1.3",
"version": "4.2.0",
"license": "MIT",
"contributors": [
"Evan Jacobs <[email protected]> (http://yaycmyk.com)"
Expand Down

0 comments on commit 65a6e77

Please sign in to comment.