Skip to content

Commit dd314da

Browse files
committed
New beta release [ci skip]
1 parent a60aa79 commit dd314da

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="1.0.0-beta.11"></a>
2+
## 1.0.0-beta.11
3+
> 2016-03-30
4+
5+
Fix injecting JS as well, forgot that JS as well is injected into the browser.
6+
7+
#### Changelog:
8+
* [[`a60aa79ed2`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/a60aa79ed2)]: Fix injecting for JS as well
9+
* [[`7bdf3908b5`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/7bdf3908b5)]: Update how versions works
10+
11+
<a name="1.0.0-beta.10"></a>
12+
## 1.0.0-beta.10
13+
> 2016-03-30
14+
15+
This was a test release to figure out how to use tags instead of specific
16+
versions when publishing to NPM. `generator-jekyllized` is now available under
17+
the `generator-jekyllized@next` version instead of various `beta.xx` releases.
18+
119
<a name="1.0.0-beta.9"></a>
220
## 1.0.0-beta.9
321
> 2016-03-29

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.10",
3+
"version": "1.0.0-beta.11",
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)