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

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 19, 2016
1 parent a1836e5 commit 05b1cc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.1 - 2016-01-19

- Fixed: avoid rerendering on homepage without base url

([#61](https://github.com/MoOx/statinamic/issues/61))
- Added: documentation is now included in the npm package in
`statinamic/docs/content`

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statinamic",
"version": "0.6.0",
"version": "0.6.1",
"description": "A static website generator to create dynamic website using React components.",
"keywords": [
"react",
Expand Down Expand Up @@ -66,9 +66,11 @@
"eslint-plugin-react": "^3.6.2",
"expect": "^1.13.4",
"expect-jsx": "^2.2.1",
"github-release-from-changelog": "^1.1.1",
"js-beautify": "^1.5.10",
"lnfs-cli": "^1.0.1",
"markdown-it": "^5.0.0",
"npmpub": "^2.0.0",
"nyc": "^5.2.0",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.1",
Expand Down Expand Up @@ -126,7 +128,8 @@
"pretest": "npm run lint",
"test": "npm run tests && npm run docs",
"test-with-coverage": "nyc npm run tests && npm run docs",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "npmpublish && github-release-from-changelog"
},
"config": {
"nyc": {
Expand Down

0 comments on commit 05b1cc6

Please sign in to comment.