From 6bf14a54b5fa05ded115e2136980cbfae99b6eae Mon Sep 17 00:00:00 2001 From: Sondre Nilsen Date: Wed, 24 Aug 2016 00:24:48 +0200 Subject: [PATCH] Release 1.0.0-rc.6 [ci skip] --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8648b43..b2d4b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## 1.0.0-rc.6 +> 2016-08-24 + +More squashing of bugs! Fixed a few minor bugs with this release: + +- Now `Rouge` is actually used to highlight code instead of nothing at all +- Removed redundant header tags that the Jekyll SEO plugin was providing anyways +- Fixed `jekyll:update` not actually updating all the gulp tasks +- And fixed a bug with uploading to GitHub Pages where using the `master` branch + would fail. + +* [[`3de11c5c16`](https://github.com/sondr3/generator-jekyllized/commit/3de11c5c16)] - Update README to match new uploading syntax +* [[`72afc87f79`](https://github.com/sondr3/generator-jekyllized/commit/72afc87f79)] - Update generator-statisk +* [[`f250210d7c`](https://github.com/sondr3/generator-jekyllized/commit/f250210d7c)] - Add a few Jekyll gems +* [[`b78ad378c9`](https://github.com/sondr3/generator-jekyllized/commit/b78ad378c9)] - Create a new subgenerator to fix update command +* [[`c02cc5db44`](https://github.com/sondr3/generator-jekyllized/commit/c02cc5db44)] - Update README +* [[`e42fac2630`](https://github.com/sondr3/generator-jekyllized/commit/e42fac2630)] - Actually use the Jekyll SEO plugin +* [[`8771192677`](https://github.com/sondr3/generator-jekyllized/commit/8771192677)] - Actually use Rouge to highlight code + ## 1.0.0-rc.5 > 2016-07-28 diff --git a/package.json b/package.json index 7dd1f1a..a8591f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-jekyllized", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "main": "index.js", "description": "A Yeoman generator for Jekyll to rapidly build sites using Gulp", "keywords": [