Skip to content

Commit

Permalink
4.3.0
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
Evan Jacobs committed Apr 18, 2016
1 parent a9b6cf0 commit a80c976
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
39 changes: 36 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
npm-debug.log
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# OS X folder metadata
.DS_Store
node_modules/
.sass-cache/
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 4.3.0 (4/18/2016)

- __Sub-out eslintify for eslint__ (c1b4fff) Allows for watch mode usage if desired.
- __Use the Github node gitignore template__ (7c5d3a3)
- __Upgrade to React 15.x__ (83453c8) No codebase changes.
- __Rename __tests__/unit.js -> __tests__/index.js__ (2863e57)
- __Ignore node_modules when linting__ (2fb5c67)

---

### 4.2.1 (3/29/2016)

- Update babel-eslint to non-beta 6.x (1ad349baa82413b10863d67e13f40cbc2e6c276c)
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.2.1",
"version": "4.3.0",
"license": "MIT",
"contributors": [
"Evan Jacobs <[email protected]> (http://yaycmyk.com)"
Expand Down

0 comments on commit a80c976

Please sign in to comment.