Skip to content

Commit 773fed7

Browse files
author
Ben Kutil
committed
🔀 Merge branch 'releases/v0.4.0' into develop
2 parents 0813961 + 9319729 commit 773fed7

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
# Change Log
22

3-
## [v0.3.0](https://github.com/benkutil/benkutil.github.io/tree/v0.3.0) (2016-01-14)
4-
[Full Changelog](https://github.com/benkutil/benkutil.github.io/compare/v0.2.0...v0.3.0)
3+
## [v0.4.0](https://github.com/benkutil/benkutil.github.io/tree/v0.4.0) (2016-01-15)
4+
[Full Changelog](https://github.com/benkutil/benkutil.github.io/compare/v0.2.0...v0.4.0)
55

66
### :bug: Fixed Bugs
77

88
- update post extension to pass unit test [\#9](https://github.com/benkutil/benkutil.github.io/issues/9)
99

1010
**Closed issues:**
1111

12+
- ssl always [\#19](https://github.com/benkutil/benkutil.github.io/issues/19)
13+
- track site visitors [\#13](https://github.com/benkutil/benkutil.github.io/issues/13)
1214
- Posts have unit tests [\#7](https://github.com/benkutil/benkutil.github.io/issues/7)
1315
- update contact details [\#5](https://github.com/benkutil/benkutil.github.io/issues/5)
1416
- images use picture-based format [\#3](https://github.com/benkutil/benkutil.github.io/issues/3)
1517

1618
### :twisted_rightwards_arrows: Merged Pull Requests
1719

20+
- Site uses continuous integration [\#16](https://github.com/benkutil/benkutil.github.io/pull/16) ([benkutil](https://github.com/benkutil))
21+
- Repository has details for contributing [\#14](https://github.com/benkutil/benkutil.github.io/pull/14) ([benkutil](https://github.com/benkutil))
22+
- Site tracks visitors [\#12](https://github.com/benkutil/benkutil.github.io/pull/12) ([benkutil](https://github.com/benkutil))
1823
- posts pass extension tests [\#10](https://github.com/benkutil/benkutil.github.io/pull/10) ([benkutil](https://github.com/benkutil))
1924
- Posts have unit tests [\#8](https://github.com/benkutil/benkutil.github.io/pull/8) ([benkutil](https://github.com/benkutil))
2025
- Site displays contact details in footer [\#6](https://github.com/benkutil/benkutil.github.io/pull/6) ([benkutil](https://github.com/benkutil))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benkutil-dot-com",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Personal website for Ben Kutil",
55
"main": "gulpfile.babel.js",
66
"private": true,

0 commit comments

Comments
 (0)