Skip to content

Commit bf73a5e

Browse files
committed
Release 1.0.0-rc.4 [ci skip]
1 parent a6bffd3 commit bf73a5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="1.0.0-rc.4"></a>
2+
## 1.0.0-rc.4
3+
> 2016-06-16
4+
5+
Another minor bugfix release, we don't need to check whether or not `gulp` is
6+
installed globally so we removed that, added `use strict` to the `build` gulp
7+
task file and fixed `bundle installe` being run before the `Gemfile` exists in
8+
the directory.
9+
10+
#### Changelog:
11+
* [[`a6bffd3ce9`](https://github.com/sondr3/generator-jekyllized/commit/a6bffd3ce9)] - Fix bundle installed starting before Gemfile exist
12+
* [[`f73679c442`](https://github.com/sondr3/generator-jekyllized/commit/f73679c442)] - Fix site:doctor to work with generator-statisk
13+
* [[`4f8d2fd25b`](https://github.com/sondr3/generator-jekyllized/commit/4f8d2fd25b)] - Add 'use strict'; to build task
14+
* [[`9703af10f1`](https://github.com/sondr3/generator-jekyllized/commit/9703af10f1)] - Don't actually need to check for gulp
15+
116
<a name="1.0.0-rc.3"></a>
217
## 1.0.0-rc.3
318
> 2016-06-06

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.3",
3+
"version": "1.0.0-rc.4",
44
"main": "index.js",
55
"description": "A Yeoman generator for Jekyll to rapidly build sites using Gulp",
66
"keywords": [

0 commit comments

Comments
 (0)