Skip to content

Commit

Permalink
Release 1.0.0-rc.6 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Aug 23, 2016
1 parent 3de11c5 commit 6bf14a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="1.0.0-rc.6"></a>
## 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

<a name="1.0.0-rc.5"></a>
## 1.0.0-rc.5
> 2016-07-28
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": "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": [
Expand Down

0 comments on commit 6bf14a5

Please sign in to comment.