Skip to content

Commit 99f59ba

Browse files
committed
Release 1.0.0-rc.3 [ci skip]
1 parent a39b8a8 commit 99f59ba

File tree

2 files changed

+30
-14
lines changed

2 files changed

+30
-14
lines changed

CHANGELOG.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.0.0-rc.3"></a>
2+
## 1.0.0-rc.3
3+
> 2016-06-06
4+
5+
Mostly a bugfix release, fixed the generation comment when both running normally
6+
and updating your project and updated packages and which packages NPM uses to
7+
publish with.
8+
9+
#### Changelog:
10+
* [[`a39b8a8fb7`](https://github.com/sondr3/generator-jekyllized/commit/a39b8a8fb7)] - Add tests for jekyllized:update command
11+
* [[`0d94b47d6d`](https://github.com/sondr3/generator-jekyllized/commit/0d94b47d6d)] - Update packages
12+
* [[`29692d21fa`](https://github.com/sondr3/generator-jekyllized/commit/29692d21fa)] - Fix a few messages
13+
* [[`ebd2c2c43d`](https://github.com/sondr3/generator-jekyllized/commit/ebd2c2c43d)] - Fix jekyllized:update comment in gulpfile
14+
* [[`c64bb37de2`](https://github.com/sondr3/generator-jekyllized/commit/c64bb37de2)] - Update package files etc
15+
* [[`5eef5dfcc4`](https://github.com/sondr3/generator-jekyllized/commit/5eef5dfcc4)] - Fix name and version of generator being applied
16+
117
<a name="1.0.0-rc.2"></a>
218
## 1.0.0-rc.2
319
> 2016-06-05
@@ -9,19 +25,19 @@ other than that it's all just moving logic out of this generator and into
925
`generator-statisk`.
1026

1127
#### Changelog:
12-
* [[`a374327244`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/a374327244)] - Update the README some more
13-
* [[`ca041273ed`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/ca041273ed)] - Update readme \[ci skip\]
14-
* [[`f7602c10cc`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/f7602c10cc)] - Fix a super tiny spacing error
15-
* [[`e9f4f3738b`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/e9f4f3738b)] - Add skip install message
16-
* [[`7f6ea43b9e`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/7f6ea43b9e)] - Add command to update your generator
17-
* [[`df8f278373`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/df8f278373)] - Use generator-statisk's gulp generator
18-
* [[`dd4a89ef0e`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/dd4a89ef0e)] - Add jekyllized content to the README
19-
* [[`6e5792c54b`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/6e5792c54b)] - Remove mockery, it wasn't needed after all
20-
* [[`b53066e692`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/b53066e692)] - Start integrating generator-statisk
21-
* [[`48064def25`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/48064def25)] - Update description to match github
22-
* [[`a3be50a4cf`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/a3be50a4cf)] - Update test to use jsonFileContent
23-
* [[`fb03487bc4`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/fb03487bc4)] - Removed unneeded dependency
24-
* [[`b4f9906623`](https://github.com/Sondre Nilsen/generator-jekyllized/commit/b4f9906623)] - Update changelog \[ci skip\]
28+
* [[`a374327244`](https://github.com/sondr3/generator-jekyllized/commit/a374327244)] - Update the README some more
29+
* [[`ca041273ed`](https://github.com/sondr3/generator-jekyllized/commit/ca041273ed)] - Update readme \[ci skip\]
30+
* [[`f7602c10cc`](https://github.com/sondr3/generator-jekyllized/commit/f7602c10cc)] - Fix a super tiny spacing error
31+
* [[`e9f4f3738b`](https://github.com/sondr3/generator-jekyllized/commit/e9f4f3738b)] - Add skip install message
32+
* [[`7f6ea43b9e`](https://github.com/sondr3/generator-jekyllized/commit/7f6ea43b9e)] - Add command to update your generator
33+
* [[`df8f278373`](https://github.com/sondr3/generator-jekyllized/commit/df8f278373)] - Use generator-statisk's gulp generator
34+
* [[`dd4a89ef0e`](https://github.com/sondr3/generator-jekyllized/commit/dd4a89ef0e)] - Add jekyllized content to the README
35+
* [[`6e5792c54b`](https://github.com/sondr3/generator-jekyllized/commit/6e5792c54b)] - Remove mockery, it wasn't needed after all
36+
* [[`b53066e692`](https://github.com/sondr3/generator-jekyllized/commit/b53066e692)] - Start integrating generator-statisk
37+
* [[`48064def25`](https://github.com/sondr3/generator-jekyllized/commit/48064def25)] - Update description to match github
38+
* [[`a3be50a4cf`](https://github.com/sondr3/generator-jekyllized/commit/a3be50a4cf)] - Update test to use jsonFileContent
39+
* [[`fb03487bc4`](https://github.com/sondr3/generator-jekyllized/commit/fb03487bc4)] - Removed unneeded dependency
40+
* [[`b4f9906623`](https://github.com/sondr3/generator-jekyllized/commit/b4f9906623)] - Update changelog \[ci skip\]
2541

2642
<a name="1.0.0-rc.1"></a>
2743
## 1.0.0-rc.1

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

0 commit comments

Comments
 (0)