Skip to content

Commit fdef40b

Browse files
committed
Release 1.0.0-rc.5 [ci skip]
1 parent 7ba4b49 commit fdef40b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1+
<a name="1.0.0-rc.5"></a>
2+
## 1.0.0-rc.5
3+
> 2016-07-28
4+
5+
Yet another minor bug and feature release, for the most part the changes
6+
happened in [generator-statisk](https://github.com/sondr3/generator-statisk),
7+
these were that injecting CSS changes are now back! Instead of refreshing your
8+
browser it's now injected instead. Furthermore are dotfiles (eg. `.htaccess`)
9+
copied and uploaded when deploying your site.
10+
11+
Also fixed a bunch of tests and updated the packages for the generator.
12+
13+
* [[`7ba4b49ebd`](https://github.com/sondr3/generator-jekyllized/commit/7ba4b49ebd)] - Update tests
14+
* [[`239fd32a8a`](https://github.com/sondr3/generator-jekyllized/commit/239fd32a8a)] - Fix linting errors
15+
* [[`215b079fde`](https://github.com/sondr3/generator-jekyllized/commit/215b079fde)] - Update packages
16+
* [[`5b43248bc5`](https://github.com/sondr3/generator-jekyllized/commit/5b43248bc5)] - Include dotfiles when copying the site
17+
* [[`f97dec6793`](https://github.com/sondr3/generator-jekyllized/commit/f97dec6793)] - Remove leftover Jekyll Archives layout files
18+
119
<a name="1.0.0-rc.4"></a>
220
## 1.0.0-rc.4
321
> 2016-06-16
422
523
Another minor bugfix release, we don't need to check whether or not `gulp` is
624
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
25+
task file and fixed `bundle install` being run before the `Gemfile` exists in
826
the directory.
927

1028
#### Changelog:

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

0 commit comments

Comments
 (0)