Skip to content

Commit

Permalink
New beta release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Apr 14, 2016
1 parent 94d0c54 commit 4d083d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.0.0-beta.16"></a>
## 1.0.0-beta.16
> 2016-04-15
Fixed the issue where the generator would refuse to install because it couldn't
resolve the dependency on `yargs` because I didn't add it as a dependency but
added it as a devdependency instead. Whoops.

#### Changelog:
* [[`94d0c54b42`](https://github.com/sondr3/generator-jekyllized/commit/94d0c54b42)] - Fix not installing properly

<a name="1.0.0-beta.15"></a>
## 1.0.0-beta.15
> 2016-04-15
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-beta.15",
"version": "1.0.0-beta.16",
"main": "index.js",
"description": "Use Jekyll with Gulp: Sass, sourcemaps, AutoPrefixer, asset optimization and cache busting and much, much more. Can you really want more?",
"keywords": [
Expand Down

0 comments on commit 4d083d3

Please sign in to comment.