Skip to content

Commit 46f8395

Browse files
committed
Release 1.0.0-rc.7 [ci skip]
1 parent 7e82705 commit 46f8395

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.0.0-rc.7"></a>
2+
## 1.0.0-rc.7
3+
> 2016-08-24
4+
5+
Forgot to compose with the new subgenerator for the gulp task for building
6+
Jekyll so the generator wouldn't create the most important task: the one for
7+
actually building Jekyll. Ouch.
8+
9+
#### Changelog:
10+
* [[`7e82705371`](https://github.com/sondr3/generator-jekyllized/commit/7e82705371)] - Fix the build task not being copied
11+
* [[`adbf9629e1`](https://github.com/sondr3/generator-jekyllized/commit/adbf9629e1)] - Fix test after using new package
12+
113
<a name="1.0.0-rc.6"></a>
214
## 1.0.0-rc.6
315
> 2016-08-24

package.json

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

0 commit comments

Comments
 (0)