From 05b1cc6f391922954f078f3969fb0b6c4c0bb465 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 19 Jan 2016 12:15:41 +0100 Subject: [PATCH] 0.6.1 --- CHANGELOG.md | 4 ++++ package.json | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4612c2dd..3840a5cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index a805213ca..7a72123c5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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": {