Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
0.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 25, 2016
1 parent fe89e7f commit 5509369
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HEAD

# 0.17.12 - 2016-10-25

- Fixed: Linter errors from base theme have been removed
([#838](https://github.com/MoOx/phenomic/issues/838) - @montogeek)

# 0.17.11 - 2016-10-22

- Fixed: package.json is correctly populated during setup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenomic",
"version": "0.17.11",
"version": "0.17.12",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion src/eslint-config-recommended/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"node": true,
},
"plugins": [
"react"
"react",
],
"parserOptions": {
"ecmaVersion": 6,
Expand Down

0 comments on commit 5509369

Please sign in to comment.