diff --git a/CHANGELOG.md b/CHANGELOG.md index b36e9cb..ffcf61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 9.0.0-alpha.2: September 4th, 2016 +* Refactor build routine ([#1703](https://github.com/roots/sage/pull/1703)) +* Update `_grid.scss` to use `@include make-col-ready()` mixin ([#1706](https://github.com/roots/sage/pull/1706)) + ### 9.0.0-alpha.1: August 30th, 2016 * Move assets found in `node_modules/` to `dist/vendor`, simpler `assets/config.json` ([#1697](https://github.com/roots/sage/pull/1697)) * Set dynamically absolute public path ([#1696](https://github.com/roots/sage/pull/1696)) diff --git a/README.md b/README.md index f9d572f..e3f02e9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Make sure all dependencies have been installed before moving on: * [PHP](http://php.net/manual/en/install.php) >= 5.5.x * [Composer](https://getcomposer.org/download/) -* [Node.js](http://nodejs.org/) >= 0.12.x +* [Node.js](http://nodejs.org/) >= 4.5 ## Theme installation @@ -44,7 +44,7 @@ From the command line, run the following commands from the root of your WordPres ```shell # @ example.com/site -$ composer create-project roots/sage web/app/themes/your-theme-name 9.0.0-alpha.1 +$ composer create-project roots/sage web/app/themes/your-theme-name 9.0.0-alpha.2 ``` Then activate the theme via [wp-cli](http://wp-cli.org/commands/theme/activate/): diff --git a/package.json b/package.json index 39a4a40..a87cef0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "npm run lint -s" }, "engines": { - "node": ">=5" + "node": ">= 4.5" }, "devDependencies": { "assets-webpack-plugin": "^3.4.0",