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 Mar 29, 2016
1 parent a60aa79 commit dd314da
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="1.0.0-beta.11"></a>
## 1.0.0-beta.11
> 2016-03-30
Fix injecting JS as well, forgot that JS as well is injected into the browser.

#### Changelog:
* [[`a60aa79ed2`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/a60aa79ed2)]: Fix injecting for JS as well
* [[`7bdf3908b5`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/7bdf3908b5)]: Update how versions works

<a name="1.0.0-beta.10"></a>
## 1.0.0-beta.10
> 2016-03-30
This was a test release to figure out how to use tags instead of specific
versions when publishing to NPM. `generator-jekyllized` is now available under
the `generator-jekyllized@next` version instead of various `beta.xx` releases.

<a name="1.0.0-beta.9"></a>
## 1.0.0-beta.9
> 2016-03-29
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.10",
"version": "1.0.0-beta.11",
"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 dd314da

Please sign in to comment.