Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 779dc21

Browse files
committed
Update theme to version 1.14.2
1 parent ed8fcbd commit 779dc21

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Change Log
22

3-
## [1.14.1](https://github.com/devopsdays/devopsdays-theme/tree/1.14.1) (2017-10-07)
4-
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.14.0...1.14.1)
3+
## [1.14.2](https://github.com/devopsdays/devopsdays-theme/tree/1.14.2) (2017-10-07)
4+
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.14.0...1.14.2)
55

66
**Implemented enhancements:**
77

88
- change organizers page to use https for twitter and github [\#595](https://github.com/devopsdays/devopsdays-theme/issues/595)
99

10+
**Fixed bugs:**
11+
12+
- Version number in theme file needs to be a string [\#598](https://github.com/devopsdays/devopsdays-theme/issues/598)
13+
1014
## [1.14.0](https://github.com/devopsdays/devopsdays-theme/tree/1.14.0) (2017-08-31)
1115
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.13.1...1.14.0)
1216

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/devopsdays/devopsdays-theme/"
99
tags = ["", ""]
1010
features = ["", ""]
1111
min_version = 0.18
12-
theme_version = "1.14.1"
12+
theme_version = "1.14.2"
1313

1414
[author]
1515
name = "Matt Stratton"

0 commit comments

Comments
 (0)