Skip to content

Commit 6bf14a5

Browse files
committed
Release 1.0.0-rc.6 [ci skip]
1 parent 3de11c5 commit 6bf14a5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="1.0.0-rc.6"></a>
2+
## 1.0.0-rc.6
3+
> 2016-08-24
4+
5+
More squashing of bugs! Fixed a few minor bugs with this release:
6+
7+
- Now `Rouge` is actually used to highlight code instead of nothing at all
8+
- Removed redundant header tags that the Jekyll SEO plugin was providing anyways
9+
- Fixed `jekyll:update` not actually updating all the gulp tasks
10+
- And fixed a bug with uploading to GitHub Pages where using the `master` branch
11+
would fail.
12+
13+
* [[`3de11c5c16`](https://github.com/sondr3/generator-jekyllized/commit/3de11c5c16)] - Update README to match new uploading syntax
14+
* [[`72afc87f79`](https://github.com/sondr3/generator-jekyllized/commit/72afc87f79)] - Update generator-statisk
15+
* [[`f250210d7c`](https://github.com/sondr3/generator-jekyllized/commit/f250210d7c)] - Add a few Jekyll gems
16+
* [[`b78ad378c9`](https://github.com/sondr3/generator-jekyllized/commit/b78ad378c9)] - Create a new subgenerator to fix update command
17+
* [[`c02cc5db44`](https://github.com/sondr3/generator-jekyllized/commit/c02cc5db44)] - Update README
18+
* [[`e42fac2630`](https://github.com/sondr3/generator-jekyllized/commit/e42fac2630)] - Actually use the Jekyll SEO plugin
19+
* [[`8771192677`](https://github.com/sondr3/generator-jekyllized/commit/8771192677)] - Actually use Rouge to highlight code
20+
121
<a name="1.0.0-rc.5"></a>
222
## 1.0.0-rc.5
323
> 2016-07-28

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-jekyllized",
3-
"version": "1.0.0-rc.5",
3+
"version": "1.0.0-rc.6",
44
"main": "index.js",
55
"description": "A Yeoman generator for Jekyll to rapidly build sites using Gulp",
66
"keywords": [

0 commit comments

Comments
 (0)