We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22763b commit 62c5bb7Copy full SHA for 62c5bb7
History.markdown
@@ -1,12 +1,14 @@
1
-## HEAD
+## 0.14.0 / 2018-06-29
2
3
-### Development Fixes
+### Minor Enhancements
4
5
- * Test against Ruby 2.5 (#173)
+ * Run javascript at first to avoid splash (#158)
6
7
-### Minor Enhancements
+### Development Fixes
8
9
- * run javascript at first to avoid splash (#158)
+ * Use Rubocop 0.57
10
+ * Target Ruby 2.3
11
+ * Test against Ruby 2.5 (#173)
12
13
## 0.13.0 / 2017-12-03
14
lib/jekyll-redirect-from/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JekyllRedirectFrom
- VERSION = "0.13.0".freeze
+ VERSION = "0.14.0"
end
0 commit comments