Skip to content

Commit d2c50a6

Browse files
committed
New release [ci skip]
1 parent f27129f commit d2c50a6

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
## HEAD
1+
<a name="1.0.0-beta.20"></a>
2+
## 1.0.0-beta.20
3+
> 2016-05-22
24
3-
Updated the packages for the generator.
5+
Big bugfix release, fixed how `jekyllized` processes the Jekyll site. It now
6+
copies the `src` of your Jekyll site to `.tmp` and does it's processing there so
7+
it doesn't infect your git history. It will also now properly reload your site
8+
when changing your posts.
9+
10+
Also removed the `jekyll-archives` gem because it wasn't being used for anything
11+
nor is it being updated. And, finally, updated the packages for the generator.
412

513
#### Changelog:
14+
* [[`f27129fa5b`](https://github.com/sondr3/generator-jekyllized/commit/f27129fa5b)] - Remove asking for Github and Twitter
15+
* [[`a28a5eaf30`](https://github.com/sondr3/generator-jekyllized/commit/a28a5eaf30)] - Fix regeneration of sites
16+
* [[`cfc3eb17f1`](https://github.com/sondr3/generator-jekyllized/commit/cfc3eb17f1)] - Make it properly skip install when testing
17+
* [[`3a2cc26659`](https://github.com/sondr3/generator-jekyllized/commit/3a2cc26659)] - ES2015, Travis and Syntax changes
18+
* [[`96374df57f`](https://github.com/sondr3/generator-jekyllized/commit/96374df57f)] - Copy to a temporary directory, ES2015 updates
19+
* [[`4a6b983d64`](https://github.com/sondr3/generator-jekyllized/commit/4a6b983d64)] - Remove jekyll-archives
620
* [[`5892ae79e9`](https://github.com/sondr3/generator-jekyllized/commit/5892ae79e9)] - Update packages
721

822
<a name="1.0.0-beta.19"></a>

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-beta.19",
3+
"version": "1.0.0-beta.20",
44
"main": "index.js",
55
"description": "Use Jekyll with Gulp: Sass, sourcemaps, AutoPrefixer, asset optimization and cache busting and much, much more. Can you really want more?",
66
"keywords": [

0 commit comments

Comments
 (0)