Skip to content

Commit

Permalink
Release 1.0.0-rc.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jun 15, 2016
1 parent a6bffd3 commit bf73a5e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.0.0-rc.4"></a>
## 1.0.0-rc.4
> 2016-06-16
Another minor bugfix release, we don't need to check whether or not `gulp` is
installed globally so we removed that, added `use strict` to the `build` gulp
task file and fixed `bundle installe` being run before the `Gemfile` exists in
the directory.

#### Changelog:
* [[`a6bffd3ce9`](https://github.com/sondr3/generator-jekyllized/commit/a6bffd3ce9)] - Fix bundle installed starting before Gemfile exist
* [[`f73679c442`](https://github.com/sondr3/generator-jekyllized/commit/f73679c442)] - Fix site:doctor to work with generator-statisk
* [[`4f8d2fd25b`](https://github.com/sondr3/generator-jekyllized/commit/4f8d2fd25b)] - Add 'use strict'; to build task
* [[`9703af10f1`](https://github.com/sondr3/generator-jekyllized/commit/9703af10f1)] - Don't actually need to check for gulp

<a name="1.0.0-rc.3"></a>
## 1.0.0-rc.3
> 2016-06-06
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.3",
"version": "1.0.0-rc.4",
"main": "index.js",
"description": "A Yeoman generator for Jekyll to rapidly build sites using Gulp",
"keywords": [
Expand Down

0 comments on commit bf73a5e

Please sign in to comment.