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 824953a commit 96efdd1Copy full SHA for 96efdd1
History.markdown
@@ -1,10 +1,16 @@
1
-## HEAD
+## 1.6.0 / 2020-03-05
2
3
### Minor Enhancements
4
5
* Allow configuring base URL in page front matter (#72)
6
* Incorporate document data only if it has override (#73)
7
8
+### Development Fixes
9
+
10
+ * ci: test against Jekyll 4.0
11
+ * style: target Ruby 2.4
12
+ * ignore vendor/bundle
13
14
### Bug Fixes
15
16
* Support handling body tag across multiple lines (#70)
lib/jekyll-mentions/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JekyllMentions
- VERSION = "1.5.1"
+ VERSION = "1.6.0"
end
0 commit comments