Skip to content

Commit 62c5bb7

Browse files
committed
Release 💎 v0.14
1 parent e22763b commit 62c5bb7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

History.markdown

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
## HEAD
1+
## 0.14.0 / 2018-06-29
22

3-
### Development Fixes
3+
### Minor Enhancements
44

5-
* Test against Ruby 2.5 (#173)
5+
* Run javascript at first to avoid splash (#158)
66

7-
### Minor Enhancements
7+
### Development Fixes
88

9-
* run javascript at first to avoid splash (#158)
9+
* Use Rubocop 0.57
10+
* Target Ruby 2.3
11+
* Test against Ruby 2.5 (#173)
1012

1113
## 0.13.0 / 2017-12-03
1214

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllRedirectFrom
4-
VERSION = "0.13.0".freeze
4+
VERSION = "0.14.0"
55
end

0 commit comments

Comments
 (0)